Class PartitionedCacheConfiguration<K,V>

java.lang.Object
com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration<K,V>
com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheConfiguration<K,V>
Type Parameters:
K - the type of the keys
V - the type of the values
All Implemented Interfaces:
CoherenceBasedCompleteConfiguration<K,V>, CoherenceBasedConfiguration<K,V>, ExternalizableLite, PortableObject, Serializable, javax.cache.configuration.CompleteConfiguration<K,V>, javax.cache.configuration.Configuration<K,V>

public class PartitionedCacheConfiguration<K,V> extends AbstractCoherenceBasedCompleteConfiguration<K,V>
A Configuration for a Cache based on a Coherence <distributed-scheme> or more specifically a partitioned (aka: distributed) NamedCache.
Since:
Coherence 12.1.3
Author:
bo 2013.10.23
See Also: