Type Definition lfan::preconfig::LRUCache[][src]

type LRUCache<K, V> = ModularCache<K, V, AlwaysInsertPolicy, LRUEvictionPolicy<K>>;