Class FIFOMemoryCache<K,V>

All Implemented Interfaces:
IMemoryCache<K,V>

The items are spooled in the order they are added. No adjustments to the list are made on get.