Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + var DefaultCommitKVStoreCacheSize uint = 1000 + type CommitKVStoreCache struct + func NewCommitKVStoreCache(store types.CommitKVStore, size uint) *CommitKVStoreCache + func (ckv *CommitKVStoreCache) CacheWrap() types.CacheWrap + func (ckv *CommitKVStoreCache) Delete(key []byte) + func (ckv *CommitKVStoreCache) Get(key []byte) []byte + func (ckv *CommitKVStoreCache) Set(key, value []byte) + type CommitKVStoreCacheManager struct + func NewCommitKVStoreCacheManager(size uint) *CommitKVStoreCacheManager + func (cmgr *CommitKVStoreCacheManager) GetStoreCache(key types.StoreKey, store types.CommitKVStore) types.CommitKVStore + func (cmgr *CommitKVStoreCacheManager) Reset() + func (cmgr *CommitKVStoreCacheManager) Unwrap(key types.StoreKey) types.CommitKVStore