Uses of Class
com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
Packages that use 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
Methods in com.tangosol.coherence.jcache.common with parameters of type AbstractCoherenceBasedCacheModifier and TypeMethodDescriptionstatic 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.localcacheModifier and TypeClassDescriptionclassLocalCache<K,V> An in-process local cache implementation of aCachebased on a Coherence <local-cache>. - 
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeClassDescriptionclassPartitionedCache<K,V> JCache of Key, Value pairs implemented over distributed cache. - 
Uses of AbstractCoherenceBasedCache in com.tangosol.coherence.jcache.passthroughcache
Modifier and TypeClassDescriptionclassPassThroughCache<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.remotecacheModifier and TypeClassDescriptionclassRemoteCache<K,V> A remote partitioned-cache implementation of aCachebased on a Coherence <partitioned-cache>.