Uses of Class
com.tangosol.coherence.jcache.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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
AConfiguration
for aCache
based on a Coherence <remote-scheme>, or more specifically aNamedCache
.