Uses of Class
com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
-
Packages that use AbstractCoherenceBasedCache Package Description com.tangosol.coherence.jcache.common Common utilities used by Coherence JCache.com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.coherence.jcache.passthroughcache Contains classes related to pass-through cache implementation of Coherence JCache.com.tangosol.coherence.jcache.remotecache Contains classes related to remote cache implementation of Coherence JCache. -
-
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.common
Methods in com.tangosol.coherence.jcache.common with parameters of type AbstractCoherenceBasedCache Modifier and Type Method Description static 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
Subclasses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.localcache Modifier and Type Class Description class
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
Subclasses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.partitionedcache Modifier and Type Class Description class
PartitionedCache<K,V>
JCache of Key, Value pairs implemented over distributed cache. -
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.passthroughcache
Subclasses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.passthroughcache Modifier and Type Class Description class
PassThroughCache<K,V>
ACache
that delegates (ie: passed-through) requests directly onto an existing CoherenceNamedCache
. -
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.remotecache
Subclasses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.remotecache Modifier and Type Class Description class
RemoteCache<K,V>
A remote partitioned-cache implementation of aCache
based on a Coherence <partitioned-cache>.
-