pub type TableCache = CacheContainer<TableName, TableRef, CacheIdent>;
Expand description
TableCache caches the TableName to TableRef mapping.
Aliased Typeยง
struct TableCache { /* private fields */ }
pub type TableCache = CacheContainer<TableName, TableRef, CacheIdent>;
TableCache caches the TableName to TableRef mapping.
struct TableCache { /* private fields */ }