Merge PR #4748: Write-Through Inter-Block Cache

This commit is contained in:
Alexander Bezobchuk
2019-09-04 13:33:32 -04:00
committed by GitHub
parent d55a90e4d1
commit f010d2c6f1
31 changed files with 1054 additions and 741 deletions
+10 -9
View File
@@ -14,15 +14,16 @@ type (
// nolint - reexport
type (
Store = types.Store
Committer = types.Committer
CommitStore = types.CommitStore
Queryable = types.Queryable
MultiStore = types.MultiStore
CacheMultiStore = types.CacheMultiStore
CommitMultiStore = types.CommitMultiStore
KVStore = types.KVStore
Iterator = types.Iterator
Store = types.Store
Committer = types.Committer
CommitStore = types.CommitStore
Queryable = types.Queryable
MultiStore = types.MultiStore
CacheMultiStore = types.CacheMultiStore
CommitMultiStore = types.CommitMultiStore
MultiStorePersistentCache = types.MultiStorePersistentCache
KVStore = types.KVStore
Iterator = types.Iterator
)
// StoreDecoderRegistry defines each of the modules store decoders. Used for ImportExport