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