Class MRUMemoryCache<K,V>

All Implemented Interfaces:
IMemoryCache<K,V>

The most recently used items move to the front of the list and get spooled to disk if the cache hub is configured to use a disk cache.