pub(crate) type ColCaches = BTreeMap<&'static str, ColCache>;Expand description
Map of block-cache pools keyed by pool name. The pool name is either
SHARED_POOL or the first-arrival CF that created it.
Aliased Typeยง
pub(crate) struct ColCaches { /* private fields */ }