Package | Description |
---|---|
org.jboss.cache.eviction |
Modifier and Type | Class and Description |
---|---|
class |
BaseSortedEvictionAlgorithm
An abstract SortedEvictionAlgorithm.
|
class |
ElementSizeAlgorithm |
class |
ExpirationAlgorithm
Eviction algorithm that uses a key in the Node data that indicates the time
the node should be evicted.
|
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 © 2012 JBoss, a division of Red Hat. All Rights Reserved.