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