map/lru_cache library

Classes

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