pub type ScyllaDbStoreConfig = LruCachingConfig<ScyllaDbStoreInternalConfig>;
Expand description
The ScyllaDbStoreConfig
input type
Aliased Type§
struct ScyllaDbStoreConfig {
pub inner_config: ScyllaDbStoreInternalConfig,
pub storage_cache_config: StorageCacheConfig,
}
Fields§
§inner_config: ScyllaDbStoreInternalConfig
The inner configuration of the LruCachingStore
.
storage_cache_config: StorageCacheConfig
The cache size being used