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