cache/lru_cache library

Classes

LruCache<K, V>
An abstract class that defines the contract for a Least Recently Used (LRU) cache.