Class LocalCache<K,V>

java.lang.Object
com.tangosol.coherence.jcache.AbstractCoherenceBasedCache<K,V,LocalCacheConfiguration<K,V>>
com.tangosol.coherence.jcache.localcache.LocalCache<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 LocalCache<K,V> extends AbstractCoherenceBasedCache<K,V,LocalCacheConfiguration<K,V>>
An in-process local cache implementation of a Cache based on a Coherence <local-cache>.
Since:
Coherence 12.1.3
Author:
jf 2013.12.17, bko 2013.12.17