Uses of Interface
com.tangosol.coherence.jcache.CoherenceBasedCache
Packages that use CoherenceBasedCache
Package
Description
Contains classes related to Coherence JCache.
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 CoherenceBasedCache in com.tangosol.coherence.jcache
Classes in com.tangosol.coherence.jcache that implement CoherenceBasedCacheModifier and TypeClassDescriptionclass
AbstractCoherenceBasedCache<K,
V, C extends CoherenceBasedConfiguration<K, V>> The base implementation of aCoherenceBasedCache
.Methods in com.tangosol.coherence.jcache that return CoherenceBasedCacheModifier and TypeMethodDescriptionCoherenceBasedConfiguration.createCache
(CoherenceBasedCacheManager manager, String name) Creates aCoherenceBasedCache
based on the current state of theCoherenceBasedConfiguration
, to be owned by the specifiedCoherenceBasedCacheManager
. -
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.common
Constructors in com.tangosol.coherence.jcache.common with parameters of type CoherenceBasedCacheModifierConstructorDescriptionCoherenceCacheMXBean
(CoherenceBasedCache<K, V> cache) Constructs aCoherenceCacheMXBean
. -
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.localcache
Classes in com.tangosol.coherence.jcache.localcache that implement CoherenceBasedCacheModifier and TypeClassDescriptionclass
LocalCache<K,
V> An in-process local cache implementation of aCache
based on a Coherence <local-cache>.Methods in com.tangosol.coherence.jcache.localcache that return CoherenceBasedCacheModifier and TypeMethodDescriptionLocalCacheConfiguration.createCache
(CoherenceBasedCacheManager manager, String sJCacheName) -
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement CoherenceBasedCacheModifier and TypeClassDescriptionclass
PartitionedCache<K,
V> JCache of Key, Value pairs implemented over distributed cache.Methods in com.tangosol.coherence.jcache.partitionedcache that return CoherenceBasedCacheModifier and TypeMethodDescriptionPartitionedCacheConfiguration.createCache
(CoherenceBasedCacheManager manager, String sJCacheName) -
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.passthroughcache
Classes in com.tangosol.coherence.jcache.passthroughcache that implement CoherenceBasedCacheModifier and TypeClassDescriptionclass
PassThroughCache<K,
V> ACache
that delegates (ie: passed-through) requests directly onto an existing CoherenceNamedCache
.Methods in com.tangosol.coherence.jcache.passthroughcache that return CoherenceBasedCacheModifier and TypeMethodDescriptionPassThroughCacheConfiguration.createCache
(CoherenceBasedCacheManager manager, String sJCacheName) -
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.remotecache
Classes in com.tangosol.coherence.jcache.remotecache that implement CoherenceBasedCacheModifier and TypeClassDescriptionclass
RemoteCache<K,
V> A remote partitioned-cache implementation of aCache
based on a Coherence <partitioned-cache>.Methods in com.tangosol.coherence.jcache.remotecache that return CoherenceBasedCacheModifier and TypeMethodDescriptionRemoteCacheConfiguration.createCache
(CoherenceBasedCacheManager manager, String sJCacheName)