|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvictionPolicy | |
|---|---|
| org.jboss.cache | |
| org.jboss.cache.eviction | |
| Uses of EvictionPolicy in org.jboss.cache |
|---|
| Methods in org.jboss.cache that return EvictionPolicy | |
|---|---|
EvictionPolicy |
RegionImpl.getEvictionPolicy()
|
EvictionPolicy |
Region.getEvictionPolicy()
Returns an eviction policy. |
| Constructors in org.jboss.cache with parameters of type EvictionPolicy | |
|---|---|
RegionImpl(EvictionPolicy policy,
EvictionRegionConfig config,
Fqn fqn,
RegionManager regionManager)
Constructs an eviction region from a policy and configuration, defined by an fqn and region manager. |
|
| Uses of EvictionPolicy in org.jboss.cache.eviction |
|---|
| Classes in org.jboss.cache.eviction that implement EvictionPolicy | |
|---|---|
class |
BaseEvictionPolicy
Base class implementation of EvictionPolicy and TreeCacheListener. |
class |
ElementSizePolicy
|
class |
ExpirationPolicy
Returns the ExpirationAlgorithm as the policy's algorithm. |
class |
FIFOPolicy
Eviction policy based on the FIFO algorithm where users can specify the max number of nodes. |
class |
LFUPolicy
Least Frequently Used Eviction Policy. |
class |
LRUPolicy
Provider to provide eviction policy. |
class |
MRUPolicy
Most Recently Used Policy. |
class |
NullEvictionPolicy
Eviction policy that does nothing and always tells the eviction interceptor an event can be ignored, saving the overhead of constructing and processing event objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||