Class BlockDiskKeyStore.LRUMapSizeLimited

java.lang.Object
org.apache.commons.jcs3.utils.struct.AbstractLRUMap<K,int[]>
org.apache.commons.jcs3.auxiliary.disk.block.BlockDiskKeyStore.LRUMapSizeLimited
All Implemented Interfaces:
Map<K,int[]>
Enclosing class:
BlockDiskKeyStore<K>

Class for recycling and lru. This implements the LRU size overflow callback, so we can mark the blocks as free.