Uses of Interface
com.tangosol.coherence.jcache.CoherenceBasedCompleteConfiguration
Packages that use CoherenceBasedCompleteConfiguration
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 remote cache implementation of Coherence JCache.
-
Uses of CoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache
Classes in com.tangosol.coherence.jcache that implement CoherenceBasedCompleteConfigurationModifier and TypeClassDescriptionclass
A base implementation of aCoherenceBasedCompleteConfiguration
.Methods in com.tangosol.coherence.jcache that return CoherenceBasedCompleteConfigurationModifier and TypeMethodDescriptionCoherenceBasedCacheManager.getCacheToConfigurationMapping
(JCacheIdentifier cacheId) Provide access to meta cache that maps JCache cache names to JCache configuration.Methods in com.tangosol.coherence.jcache with parameters of type CoherenceBasedCompleteConfigurationModifier and TypeMethodDescriptionvoid
CoherenceBasedCacheManager.putCacheToConfigurationMapping
(JCacheIdentifier cacheId, CoherenceBasedCompleteConfiguration config) put entry with key of sName -
Uses of CoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.localcache
Classes in com.tangosol.coherence.jcache.localcache that implement CoherenceBasedCompleteConfigurationModifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <local-scheme>, or more specifically an in-processNamedCache
. -
Uses of CoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement CoherenceBasedCompleteConfigurationModifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <distributed-scheme> or more specifically a partitioned (aka: distributed)NamedCache
. -
Uses of CoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.remotecache
Classes in com.tangosol.coherence.jcache.remotecache that implement CoherenceBasedCompleteConfigurationModifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <remote-scheme>, or more specifically aNamedCache
.