Package | Description |
---|---|
com.hazelcast.cache.impl.eviction |
Eviction policy implementations for cache.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
static EvictionPolicyEvaluator |
EvictionPolicyEvaluatorProvider.getEvictionPolicyEvaluator(EvictionConfig evictionConfig)
Gets the
EvictionPolicyEvaluator implementation specified with evictionPolicy . |
static EvictionStrategy |
EvictionStrategyProvider.getEvictionStrategy(EvictionConfig evictionConfig)
Gets the
EvictionStrategy implementation specified with evictionStrategyType . |
Modifier and Type | Class and Description |
---|---|
class |
CacheEvictionConfig
Configuration for cache's capacity.
|
class |
CacheEvictionConfigReadOnly
Contains the configuration for a size of cache.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.