com.hazelcast.internal.eviction.EvictionStrategy implementations for cache.See: Description
| Interface | Description | 
|---|---|
| SampleableEvictableStore<A,E extends Evictable> | Interface for sampleable store implementations that holds  Evictableentries to evict. | 
| Class | Description | 
|---|---|
| SamplingEvictionStrategy<A,E extends Evictable,S extends SampleableEvictableStore<A,E>> | This strategy samples  Evictableentries fromSampleableEvictableStore, orders candidates
 for eviction according to the provided EvictionPolicyEvaluator. | 
     Sampling based com.hazelcast.internal.eviction.EvictionStrategy implementations for cache.
 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.