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

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

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

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



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.