Class IndexedDiskCache.LRUMapCountLimited

java.lang.Object
org.apache.commons.jcs3.utils.struct.AbstractLRUMap<K,V>
org.apache.commons.jcs3.utils.struct.LRUMap<K,IndexedDiskElementDescriptor>
org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache.LRUMapCountLimited
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 elements to decide, when to throw away an element