Cache

Type Alias Cache 

Source
pub(crate) type Cache = BTreeMap<String, CacheEntry>;

Aliased Typeยง

pub(crate) struct Cache { /* private fields */ }