Class BlockDiskElementDescriptor<K>

java.lang.Object
org.apache.commons.jcs3.auxiliary.disk.block.BlockDiskElementDescriptor<K>
All Implemented Interfaces:
Externalizable, Serializable

public class BlockDiskElementDescriptor<K> extends Object implements Serializable, Externalizable
This represents an element on disk. This is used when we persist the keys. We only store the block addresses in memory. We don't need the length here, since all the blocks are the same size recycle bin.
See Also: