Class RemoteCacheConfiguration<K,V>

java.lang.Object
com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration<K,V>
com.tangosol.coherence.jcache.remotecache.RemoteCacheConfiguration<K,V>
Type Parameters:
K - the type of keys
V - the type of 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 RemoteCacheConfiguration<K,V> extends AbstractCoherenceBasedCompleteConfiguration<K,V>
A Configuration for a Cache based on a Coherence <remote-scheme>, or more specifically a NamedCache.
Since:
Coherence 12.2.1
Author:
jf 2014.05.22
See Also: