Class PartitionedCache<K,V>

java.lang.Object
com.tangosol.coherence.jcache.AbstractCoherenceBasedCache<K,V,PartitionedCacheConfiguration<K,V>>
com.tangosol.coherence.jcache.partitionedcache.PartitionedCache<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
CoherenceBasedCache<K,V>, Closeable, AutoCloseable, Iterable<javax.cache.Cache.Entry<K,V>>, javax.cache.Cache<K,V>

public class PartitionedCache<K,V> extends AbstractCoherenceBasedCache<K,V,PartitionedCacheConfiguration<K,V>>
JCache of Key, Value pairs implemented over distributed cache.
Since:
Coherence 12.1.3
Author:
jf 2013.07.07