Package com.tangosol.coherence.jcache.passthroughcache
Contains classes related to pass-through cache implementation of Coherence JCache.
- Since:
- 12.1.3
-
Class Summary Class Description PassThroughCache<K,V> ACache
that delegates (ie: passed-through) requests directly onto an existing CoherenceNamedCache
.PassThroughCacheConfiguration<K,V> PassThroughCacheEntryEvent<K,V> An implementation of aCacheEntryEvent
based on an underlying CoherenceMapEvent
.PassThroughFilterAdapter<K,V> PassThroughListenerRegistration<K,V> Captures the Coherence-basedMapListener
andMapEventFilter
instances used for aCacheEntryListenerConfiguration
PassThroughMapListenerAdapter<K,V>