import "github.com/cosmos/cosmos-sdk/store/cachekv"
memiterator.go mergeiterator.go store.go
type Store struct {
// contains filtered or unexported fields
}
Store wraps an in-memory cache around an underlying types.KVStore.
NewStore creates a new Store object
CacheWrap implements CacheWrapper.
CacheWrapWithTrace implements the CacheWrapper interface.
Delete implements types.KVStore.
Get implements types.KVStore.
GetStoreType implements Store.
Has implements types.KVStore.
Iterator implements types.KVStore.
ReverseIterator implements types.KVStore.
Set implements types.KVStore.
Implements Cachetypes.KVStore.
Package cachekv imports 12 packages (graph) and is imported by 22 packages. Updated 2021-01-18. Refresh now. Tools for package owners.