Uses of Class
org.apache.commons.jcs3.engine.CacheElement
Packages that use CacheElement
Package
Description
The primary disk auxiliary.
Interfaces used by the core and the auxiliary caches.
-
Uses of CacheElement in org.apache.commons.jcs3.auxiliary.disk
Subclasses of CacheElement in org.apache.commons.jcs3.auxiliary.diskModifier and TypeClassDescriptionclass
PurgatoryElement<K,
V> Implementation of cache elements in purgatory. -
Uses of CacheElement in org.apache.commons.jcs3.engine
Subclasses of CacheElement in org.apache.commons.jcs3.engineModifier and TypeClassDescriptionclass
Either serialized value or the value should be null;