| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.cache.impl.nearcache.impl.store | 
     Near cache store implementations. | 
| com.hazelcast.internal.eviction | 
     Eviction policy implementations for cache. | 
| com.hazelcast.internal.eviction.impl.strategy | EvictionStrategyimplementations for cache. | 
| com.hazelcast.internal.eviction.impl.strategy.sampling | 
     Sampling based  EvictionStrategyimplementations for cache. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EvictionStrategy<Data,R,CRM> | AbstractCacheRecordStore. evictionStrategy | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EvictionStrategy<Data,R,CRM> | AbstractCacheRecordStore. createEvictionStrategy(EvictionConfig cacheEvictionConfig) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EvictionStrategy<KS,R,NCRM> | AbstractNearCacheRecordStore. evictionStrategy | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EvictionStrategy<KS,R,NCRM> | AbstractNearCacheRecordStore. createEvictionStrategy(EvictionConfig evictionConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| static EvictionStrategy | EvictionStrategyProvider. getDefaultEvictionStrategy()Gets the default  EvictionStrategyimplementation. | 
| static EvictionStrategy | EvictionStrategyProvider. getEvictionStrategy(EvictionConfiguration evictionConfig)Gets the  EvictionStrategyimplementation specified withevictionStrategyType. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEvictionStrategy<A,E extends Evictable,S extends EvictableStore<A,E>>Base class for eviction implementations to evict  EvictableStoreimplementations as specifiedEvictionPolicyEvaluator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SamplingBasedEvictionStrategy<A,E extends Evictable,S extends SampleableEvictableStore<A,E>>Sampling based  EvictionStrategyimplementation. | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.