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

type TTLLRUCache<K, V> = TTLCache<K, V, AlwaysInsertPolicy, LRUEvictionPolicy<K>>;