pub type RocksDbStoreConfig = LruCachingConfig<RocksDbStoreInternalConfig>;
Expand description
The composed config type for the RocksDbStore
Aliased Type§
struct RocksDbStoreConfig {
pub inner_config: RocksDbStoreInternalConfig,
pub storage_cache_config: StorageCacheConfig,
}
Fields§
§inner_config: RocksDbStoreInternalConfig
The inner configuration of the LruCachingStore
.
storage_cache_config: StorageCacheConfig
The cache size being used