Type Alias linera_views::backends::scylla_db::ScyllaDbStoreConfig

source ·
pub type ScyllaDbStoreConfig = LruCachingConfig<ScyllaDbStoreInternalConfig>;
Expand description

The ScyllaDbStoreConfig input type

Aliased Type§

struct ScyllaDbStoreConfig {
    pub inner_config: ScyllaDbStoreInternalConfig,
    pub cache_size: usize,
}

Fields§

§inner_config: ScyllaDbStoreInternalConfig

The inner configuration of the LruCachingStore.

§cache_size: usize

The cache size being used

Implementations§

source§

impl ScyllaDbStoreConfig

source

pub fn new(uri: String, common_config: CommonStoreConfig) -> ScyllaDbStoreConfig

Creates a ScyllaDbStoreConfig from the inputs.