Uses of Interface
com.tangosol.coherence.jcache.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
Modifier and TypeClassDescriptionclass
A base implementation of aCoherenceBasedCompleteConfiguration
.Modifier and TypeMethodDescriptionCoherenceBasedCacheManager.getCacheToConfigurationMapping
(JCacheIdentifier cacheId) Provide access to meta cache that maps JCache cache names to JCache configuration.Modifier and TypeMethodDescriptionvoid
CoherenceBasedCacheManager.putCacheToConfigurationMapping
(JCacheIdentifier cacheId, CoherenceBasedCompleteConfiguration config) put entry with key of sName -
Uses of CoherenceBasedCompleteConfiguration 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 CoherenceBasedCompleteConfiguration 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 CoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.remotecache
Modifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <remote-scheme>, or more specifically aNamedCache
.