Uses of Interface
org.apache.commons.cache.CachedObjectIterator

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

Uses of CachedObjectIterator in org.apache.commons.cache
 

Classes in org.apache.commons.cache that implement CachedObjectIterator
 class LRUEvictionPolicy
          tk.
 

Fields in org.apache.commons.cache declared as CachedObjectIterator
protected  CachedObjectIterator StaleObjectEvictor._iterator
           
 

Constructors in org.apache.commons.cache with parameters of type CachedObjectIterator
StaleObjectEvictor(CachedObjectIterator it)
           
StaleObjectEvictor(CachedObjectIterator it, int objsBetweenNaps)
           
StaleObjectEvictor(CachedObjectIterator it, int objsBetweenNaps, long sleepTimeMillis)
           
StaleObjectEvictor(CachedObjectIterator it, long sleepTimeMillis)
           
 



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