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: RocksDbStoreInternalConfigThe inner configuration of the LruCachingStore.
storage_cache_config: StorageCacheConfigThe cache size being used.