Type Alias linera_storage_service::common::ServiceStoreConfig
source · pub type ServiceStoreConfig = LruCachingConfig<ServiceStoreInternalConfig>;
Expand description
The config type
Aliased Type§
struct ServiceStoreConfig {
pub inner_config: ServiceStoreInternalConfig,
pub cache_size: usize,
}
Fields§
§inner_config: ServiceStoreInternalConfig
The inner configuration of the LruCachingStore
.
cache_size: usize
The cache size being used