Class IndexedDiskCache.LRUMapSizeLimited

java.lang.Object
org.apache.commons.jcs3.utils.struct.AbstractLRUMap<K,IndexedDiskElementDescriptor>
org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache.LRUMapSizeLimited
All Implemented Interfaces:
Map<K,IndexedDiskElementDescriptor>
Enclosing class:
IndexedDiskCache<K,V>

Class for recycling and lru. This implements the LRU overflow callback, so we can add items to the recycle bin. This class counts the size element to decide, when to throw away an element