common_meta::cache

Function new_schema_cache

source
pub fn new_schema_cache(
    name: String,
    cache: Cache<SchemaName, Arc<SchemaNameValue>>,
    kv_backend: KvBackendRef,
) -> SchemaCache
Expand description

Constructs a SchemaCache.