Uses of Class
org.jboss.cache.eviction.BaseEvictionAlgorithm

Packages that use BaseEvictionAlgorithm
org.jboss.cache.aop.eviction   
org.jboss.cache.eviction   
 

Uses of BaseEvictionAlgorithm in org.jboss.cache.aop.eviction
 

Subclasses of BaseEvictionAlgorithm in org.jboss.cache.aop.eviction
 class AopLRUAlgorithm
          LRUAlgorithm specific to PojoCache.
 

Uses of BaseEvictionAlgorithm in org.jboss.cache.eviction
 

Subclasses of BaseEvictionAlgorithm in org.jboss.cache.eviction
 class BaseSortedEvictionAlgorithm
          An abstract SortedEvictionAlgorithm.
 class ElementSizeAlgorithm
           
 class FIFOAlgorithm
          First-in-first-out algorithm used to evict nodes.
 class LFUAlgorithm
          Least Frequently Used algorithm for cache eviction.
 class LRUAlgorithm
          Least recently Used algorithm to purge old data.
 class MRUAlgorithm
          Most Recently Used Algorithm.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.