pub(crate) type Cache = BTreeMap<String, CacheEntry>;
pub(crate) struct Cache { /* private fields */ }