Uses of Interface
com.tangosol.coherence.jcache.CoherenceBasedConfiguration
Package
Description
Contains classes related to 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 CoherenceBasedConfiguration in com.tangosol.coherence.jcache
Modifier and TypeClassDescriptionclass
AbstractCoherenceBasedCache<K,
V, C extends CoherenceBasedConfiguration<K, V>> The base implementation of aCoherenceBasedCache
.Modifier and TypeInterfaceDescriptioninterface
An Coherence-basedCompleteConfiguration
that provides setter methods.Modifier and TypeClassDescriptionclass
A base implementation of aCoherenceBasedCompleteConfiguration
.Modifier and TypeFieldDescriptionprotected C
AbstractCoherenceBasedCache.m_configuration
TheConfiguration
for theCoherenceBasedCache
.Modifier and TypeMethodDescriptionprotected <K,
V> CoherenceBasedConfiguration <K, V> CoherenceBasedCachingProvider.convertConfiguration
(javax.cache.configuration.Configuration<K, V> cfg, ClassLoader classLoader) Converts aConfiguration
into aCoherenceBasedConfiguration
so that we may createCoherenceBasedCache
s. -
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.localcache
Modifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <local-scheme>, or more specifically an in-processNamedCache
. -
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <distributed-scheme> or more specifically a partitioned (aka: distributed)NamedCache
. -
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.passthroughcache
Modifier and TypeClassDescriptionclass
-
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.remotecache
Modifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <remote-scheme>, or more specifically aNamedCache
.