站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

Uses of Interface org.jboss.cache.eviction.EvictionAlgorithm (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


Uses of Interface
org.jboss.cache.eviction.EvictionAlgorithm

Packages that use EvictionAlgorithm
org.jboss.cache.eviction   
 

Uses of EvictionAlgorithm in org.jboss.cache.eviction
 

Classes in org.jboss.cache.eviction that implement EvictionAlgorithm
 class AopLRUAlgorithm
          LRUAlgorithm specific to TreeCacheAop.
 class FIFOAlgorithm
          First-in-first-out algorithm used to evict old nodes.
 class LRUAlgorithm
          Least recently Used algorithm to purge old data.
 

Methods in org.jboss.cache.eviction that return EvictionAlgorithm
 EvictionAlgorithm Region.getEvictionAlgorithm()
           
protected  EvictionAlgorithm LRUPolicy.getEvictionAlgorithm()
           
protected  EvictionAlgorithm FIFOPolicy.getEvictionAlgorithm()
           
protected  EvictionAlgorithm AopLRUPolicy.getEvictionAlgorithm()
           
 

Methods in org.jboss.cache.eviction with parameters of type EvictionAlgorithm
 Region RegionManager.createRegion(String fqn, EvictionAlgorithm algorithm)
          Create a region based on fqn.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.