Uses of Class
com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheConfiguration
-
Packages that use PartitionedCacheConfiguration Package Description com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache. -
-
Uses of PartitionedCacheConfiguration in com.tangosol.coherence.jcache.partitionedcache
Constructors in com.tangosol.coherence.jcache.partitionedcache with parameters of type PartitionedCacheConfiguration Constructor Description PartitionedCache(CoherenceBasedCacheManager manager, String sJCacheName, PartitionedCacheConfiguration<K,V> configuration)
Constructs aPartitionedCache
configured byPartitionedCacheConfiguration
in context ofCoherenceBasedCacheManager
with JCache namesJCacheName
.
-