Uses of Class
com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
-
Packages that use AbstractCoherenceBasedCompleteConfiguration Package Description com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.coherence.jcache.remotecache 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.localcache Modifier and Type Class Description class
LocalCacheConfiguration<K,V>
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.partitionedcache Modifier and Type Class Description class
PartitionedCacheConfiguration<K,V>
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.remotecache Modifier and Type Class Description class
RemoteCacheConfiguration<K,V>
AConfiguration
for aCache
based on a Coherence <remote-scheme>, or more specifically aNamedCache
.
-