Function common_meta::cache::new_table_info_cache

source ยท
pub fn new_table_info_cache(
    name: String,
    cache: Cache<TableId, Arc<TableInfo>>,
    kv_backend: KvBackendRef,
) -> TableInfoCache
Expand description

Constructs a TableInfoCache.