Type Definition mentat_db::cache::CacheMap [] [src]

type CacheMap<K, V> = BTreeMap<K, V>;