public class LRUEvictionStrategy extends FIFOEvictionStrategy
_chain
_batchSize
Constructor and Description |
---|
LRUEvictionStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
touchEntry(CacheEntry entry)
Informs the eviction strategy on a CacheEntry use.
|
clear, createEntry, discardEntry, evict
setBatchSize
public void touchEntry(CacheEntry entry)
touchEntry
in interface EvictionStrategy
touchEntry
in class FIFOEvictionStrategy
entry
- the touched entryCopyright © GigaSpaces.