Uses of Class
org.apache.commons.cache.adt.WListableObject

Packages that use WListableObject
org.apache.commons.cache Object caching service. 
 

Uses of WListableObject in org.apache.commons.cache
 

Fields in org.apache.commons.cache declared as WListableObject
protected  WListableObject LRUEvictionPolicy._current
           
protected  WListableObject LRUEvictionPolicy._leastRecent
           
protected  WListableObject LRUEvictionPolicy._mostRecent
           
 

Methods in org.apache.commons.cache with parameters of type WListableObject
protected  void LRUEvictionPolicy.addToList(WListableObject cur)
           
protected  void LRUEvictionPolicy.removeFromList(WListableObject cur)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.