Class PurgatoryElement<K,V>

java.lang.Object
org.apache.commons.jcs3.engine.CacheElement<K,V>
org.apache.commons.jcs3.auxiliary.disk.PurgatoryElement<K,V>
All Implemented Interfaces:
Serializable, ICacheElement<K,V>

public class PurgatoryElement<K,V> extends CacheElement<K,V>
Implementation of cache elements in purgatory. Elements are stored in purgatory when they are spooled to the auxiliary cache, but have not yet been written to disk.
See Also: