Class CacheConfig<K,​V>

java.lang.Object
com.hazelcast.config.AbstractCacheConfig<K,​V>
com.hazelcast.config.CacheConfig<K,​V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
CacheConfiguration<K,​V>, DataSerializable, IdentifiedDataSerializable, Serializable, javax.cache.configuration.CompleteConfiguration<K,​V>, javax.cache.configuration.Configuration<K,​V>

public class CacheConfig<K,​V>
extends AbstractCacheConfig<K,​V>
Contains all the configuration for the ICache.
See Also:
Serialized Form