| Package | Description |
|---|---|
| com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
| com.hazelcast.cache.impl.eviction |
Eviction policy implementations for cache.
|
| com.hazelcast.cache.impl.eviction.impl.strategy |
EvictionStrategy implementations for cache. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractCacheRecordStore.MaxSizeEvictionChecker |
| Modifier and Type | Field and Description |
|---|---|
protected EvictionChecker |
AbstractCacheRecordStore.evictionChecker |
| Modifier and Type | Method and Description |
|---|---|
protected EvictionChecker |
AbstractCacheRecordStore.createEvictionChecker(CacheEvictionConfig cacheEvictionConfig) |
| Modifier and Type | Field and Description |
|---|---|
static EvictionChecker |
EvictionChecker.EVICT_ALWAYS |
| Modifier and Type | Method and Description |
|---|---|
int |
EvictionStrategy.evict(S evictableStore,
EvictionPolicyEvaluator<A,E> evictionPolicyEvaluator,
EvictionChecker evictionChecker)
Does eviction if eviction is required by given
EvictionChecker. |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractEvictionStrategy.evict(S evictableStore,
EvictionPolicyEvaluator<A,E> evictionPolicyEvaluator,
EvictionChecker evictionChecker)
Does eviction if eviction is required by given
EvictionChecker. |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.