Uses of Class
org.apache.jcs.engine.CacheElement

Packages that use CacheElement
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.engine.memory.lru The primary memory plugin using a 'least recently used' removal policy. 
 

Uses of CacheElement in org.apache.jcs.auxiliary.disk.indexed
 

Methods in org.apache.jcs.auxiliary.disk.indexed that return CacheElement
private  CacheElement IndexedDiskCache.readElement(java.io.Serializable key)
           
 

Methods in org.apache.jcs.auxiliary.disk.indexed with parameters of type CacheElement
(package private)  IndexedDiskElementDescriptor IndexedDisk.appendObject(CacheElement obj)
          Description of the Method
 

Uses of CacheElement in org.apache.jcs.engine.memory.lru
 

Methods in org.apache.jcs.engine.memory.lru with parameters of type CacheElement
private  void LRUMemoryCache.addLast(CacheElement ce)
          Adds a new node to the end of the link list.