Uses of Interface
com.tangosol.coherence.jcache.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
Modifier and TypeClassDescriptionclass
AbstractCoherenceBasedCache<K,
V, C extends CoherenceBasedConfiguration<K, V>> The base implementation of aCoherenceBasedCache
.Modifier 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
ModifierConstructorDescriptionCoherenceCacheMXBean
(CoherenceBasedCache<K, V> cache) Constructs aCoherenceCacheMXBean
. -
Uses of CoherenceBasedCache 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>.Modifier and TypeMethodDescriptionLocalCacheConfiguration.createCache
(CoherenceBasedCacheManager manager, String sJCacheName) -
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeClassDescriptionclass
PartitionedCache<K,
V> JCache of Key, Value pairs implemented over distributed cache.Modifier and TypeMethodDescriptionPartitionedCacheConfiguration.createCache
(CoherenceBasedCacheManager manager, String sJCacheName) -
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.passthroughcache
Modifier and TypeClassDescriptionclass
PassThroughCache<K,
V> ACache
that delegates (ie: passed-through) requests directly onto an existing CoherenceNamedCache
.Modifier and TypeMethodDescriptionPassThroughCacheConfiguration.createCache
(CoherenceBasedCacheManager manager, String sJCacheName) -
Uses of CoherenceBasedCache 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>.Modifier and TypeMethodDescriptionRemoteCacheConfiguration.createCache
(CoherenceBasedCacheManager manager, String sJCacheName)