Class LocalCacheConfiguration<K,V>

java.lang.Object
com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration<K,V>
com.tangosol.coherence.jcache.localcache.LocalCacheConfiguration<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 LocalCacheConfiguration<K,V> extends AbstractCoherenceBasedCompleteConfiguration<K,V>
A Configuration for a Cache based on a Coherence <local-scheme>, or more specifically an in-process NamedCache.
Since:
Coherence 12.1.3
Author:
bo 2013.10.23
See Also: