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 voidMBeanServerRegistrationUtility. 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 classLocalCache<K,V>An in-process local cache implementation of aCachebased 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 classPartitionedCache<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 classPassThroughCache<K,V>ACachethat 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 classRemoteCache<K,V>A remote partitioned-cache implementation of aCachebased on a Coherence <partitioned-cache>. 
 -