source/core/utils/lru_cache library

Classes

LRUCache<K, V>
A generic Least Recently Used (LRU) cache implementation.