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, evictsetBatchSizepublic void touchEntry(CacheEntry entry)
touchEntry in interface EvictionStrategytouchEntry in class FIFOEvictionStrategyentry - the touched entryCopyright © GigaSpaces.