//
pkg.gl
Category
github.com/ethersphere/bee
pkg
storage
cache
package
1.18.2
Repository:
https://github.com/ethersphere/bee.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
1
Files
104 SLOC
#
Functions
MustWrap
MustWrap is like Wrap but panics on error.
Wrap
Wrap adds a layer of in-memory caching to storage.Reader Get and Has operations.
#
Structs
Cache
Cache is a wrapper around a storage.Store that adds a layer of in-memory caching for the Get and Has operations.