Package one.microstream.cache
Class EvictionPolicy.Searching
java.lang.Object
one.microstream.cache.EvictionPolicy.Searching
- All Implemented Interfaces:
 EvictionPolicy
- Enclosing interface:
 - EvictionPolicy
 
public static class EvictionPolicy.Searching extends Object implements EvictionPolicy
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.cache.EvictionPolicy
EvictionPolicy.Sampling, EvictionPolicy.Searching - 
Constructor Summary
Constructors Constructor Description Searching() - 
Method Summary
Modifier and Type Method Description Iterable<KeyValue<Object,CachedValue>>pickEntriesToEvict(CacheTable cacheTable)Select the entries which should be evicted. 
- 
Constructor Details
- 
Searching
public Searching() 
 - 
 - 
Method Details
- 
pickEntriesToEvict
Description copied from interface:EvictionPolicySelect the entries which should be evicted.- Specified by:
 pickEntriesToEvictin interfaceEvictionPolicy
 
 -