Class PassThroughCache<K,V>

java.lang.Object
com.tangosol.coherence.jcache.AbstractCoherenceBasedCache<K,V,PassThroughCacheConfiguration<K,V>>
com.tangosol.coherence.jcache.passthroughcache.PassThroughCache<K,V>
Type Parameters:
K - the type of the Cache keys
V - the type of the Cache values
All Implemented Interfaces:
CoherenceBasedCache<K,V>, Closeable, AutoCloseable, Iterable<javax.cache.Cache.Entry<K,V>>, javax.cache.Cache<K,V>

public class PassThroughCache<K,V> extends AbstractCoherenceBasedCache<K,V,PassThroughCacheConfiguration<K,V>>
A Cache that delegates (ie: passed-through) requests directly onto an existing Coherence NamedCache.
Since:
Coherence 12.1.3
Author:
bo 2013.10.23