Uses of Class
com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
Package
Description
Common utilities used by Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes related to pass-through cache implementation of Coherence JCache.
Contains classes related to remote cache implementation of Coherence JCache.
-
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.common
Modifier and TypeMethodDescriptionstatic void
MBeanServerRegistrationUtility.registerCacheObject
(AbstractCoherenceBasedCache cache, MBeanServerRegistrationUtility.ObjectNameType objectNameType) Utility method for registering CacheStatistics with the platform MBeanServer -
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.localcache
Modifier and TypeClassDescriptionclass
LocalCache<K,
V> An in-process local cache implementation of aCache
based on a Coherence <local-cache>. -
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeClassDescriptionclass
PartitionedCache<K,
V> JCache of Key, Value pairs implemented over distributed cache. -
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.passthroughcache
Modifier and TypeClassDescriptionclass
PassThroughCache<K,
V> ACache
that delegates (ie: passed-through) requests directly onto an existing CoherenceNamedCache
. -
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.remotecache
Modifier and TypeClassDescriptionclass
RemoteCache<K,
V> A remote partitioned-cache implementation of aCache
based on a Coherence <partitioned-cache>.