common_meta::cache

Function new_table_schema_cache

source
pub fn new_table_schema_cache(
    name: String,
    cache: Cache<TableId, Arc<SchemaName>>,
    kv_backend: KvBackendRef,
) -> TableSchemaCache
Expand description

Constructs a TableSchemaCache.