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