Class EvictionConfig

java.lang.Object
com.hazelcast.config.EvictionConfig
All Implemented Interfaces:
com.hazelcast.internal.eviction.EvictionConfiguration, DataSerializable, IdentifiedDataSerializable, Serializable

public class EvictionConfig
extends Object
implements com.hazelcast.internal.eviction.EvictionConfiguration, IdentifiedDataSerializable, Serializable
Configuration for eviction.

You can set a limit for number of entries or total memory cost of entries.

The default values of the eviction configuration are:

See Also:
Serialized Form