Class RemoteCache<K,V>

java.lang.Object
com.tangosol.coherence.jcache.AbstractCoherenceBasedCache<K,V,RemoteCacheConfiguration<K,V>>
com.tangosol.coherence.jcache.remotecache.RemoteCache<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 RemoteCache<K,V> extends AbstractCoherenceBasedCache<K,V,RemoteCacheConfiguration<K,V>>
A remote partitioned-cache implementation of a Cache based on a Coherence <partitioned-cache>.
Since:
12.2.1
Author:
jf 2014.05.21