Uses of Class
com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
Packages that use AbstractCoherenceBasedCompleteConfiguration
Package
Description
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 AbstractCoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.localcache
Subclasses of AbstractCoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.localcacheModifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <local-scheme>, or more specifically an in-processNamedCache
. -
Uses of AbstractCoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.partitionedcache
Subclasses of AbstractCoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.partitionedcacheModifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <distributed-scheme> or more specifically a partitioned (aka: distributed)NamedCache
. -
Uses of AbstractCoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.remotecache
Subclasses of AbstractCoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.remotecacheModifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <remote-scheme>, or more specifically aNamedCache
.