collections/lru_lfu_cache_utils library
LRU/LFU hybrid eviction cache — roadmap #480.
Classes
-
LruLfuCacheUtils<
K, V> - Bounded cache that evicts the entry with the lowest access frequency, breaking ties by least-recently-used (LFU primary, LRU tiebreaker).