Uses of Interface
com.tangosol.coherence.jcache.CoherenceBasedCache
-
Packages that use CoherenceBasedCache Package Description com.tangosol.coherence.jcache Contains classes related to Coherence JCache.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 CoherenceBasedCache in com.tangosol.coherence.jcache
Classes in com.tangosol.coherence.jcache that implement CoherenceBasedCache Modifier and Type Class Description class
AbstractCoherenceBasedCache<K,V,C extends CoherenceBasedConfiguration<K,V>>
The base implementation of aCoherenceBasedCache
.Methods in com.tangosol.coherence.jcache that return CoherenceBasedCache Modifier and Type Method Description CoherenceBasedCache<K,V>
CoherenceBasedConfiguration. 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 CoherenceBasedCache Constructor Description CoherenceCacheMXBean(CoherenceBasedCache<K,V> cache)
Constructs aCoherenceCacheMXBean
. -
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.localcache
Classes in com.tangosol.coherence.jcache.localcache that implement CoherenceBasedCache Modifier and Type Class Description class
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 CoherenceBasedCache Modifier and Type Method Description CoherenceBasedCache<K,V>
LocalCacheConfiguration. createCache(CoherenceBasedCacheManager manager, String sJCacheName)
-
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement CoherenceBasedCache Modifier and Type Class Description class
PartitionedCache<K,V>
JCache of Key, Value pairs implemented over distributed cache.Methods in com.tangosol.coherence.jcache.partitionedcache that return CoherenceBasedCache Modifier and Type Method Description CoherenceBasedCache<K,V>
PartitionedCacheConfiguration. createCache(CoherenceBasedCacheManager manager, String sJCacheName)
-
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.passthroughcache
Classes in com.tangosol.coherence.jcache.passthroughcache that implement CoherenceBasedCache Modifier and Type Class Description class
PassThroughCache<K,V>
ACache
that delegates (ie: passed-through) requests directly onto an existing CoherenceNamedCache
.Methods in com.tangosol.coherence.jcache.passthroughcache that return CoherenceBasedCache Modifier and Type Method Description CoherenceBasedCache<K,V>
PassThroughCacheConfiguration. createCache(CoherenceBasedCacheManager manager, String sJCacheName)
-
Uses of CoherenceBasedCache in com.tangosol.coherence.jcache.remotecache
Classes in com.tangosol.coherence.jcache.remotecache that implement CoherenceBasedCache Modifier and Type Class Description class
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 CoherenceBasedCache Modifier and Type Method Description CoherenceBasedCache<K,V>
RemoteCacheConfiguration. createCache(CoherenceBasedCacheManager manager, String sJCacheName)
-