当前页面:
在线文档首页 >
JBoss 3.2.7 Cache API Documentation 英文版文档
org.jboss.cache.eviction (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档
Package org.jboss.cache.eviction
|
Class Summary |
| BaseEvictionPolicy |
Base class implementation of EvictionPolicy. |
| EvictedEventNode |
Value object used in evicted event node queue. |
| EvictionTimerTask |
Timer threads to do periodic node clean up by running the eviction policy. |
| FIFOAlgorithm |
First-in-first-out algorithm used to evict old nodes. |
| FIFOPolicy |
Eviction policy based on the FIFO algorithm where users can specify the max
number of nodes and time-to-live for the nodes. |
| LRUAlgorithm |
Least recently Used algorithm to purge old data. |
| LRUPolicy |
Provider to provide eviction policy. |
| NodeEntry |
Value object used in queue. |
| Region |
A region is a collection of tree cache nodes that share the same eviction
policy configurations, e.g., maxNodes, etc. |
| RegionManager |
Factory to create region from configuration, to track region,
and to resolve naming conflict for regions. |
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.