Uses of Class
com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration
Package
Description
Contains classes related to pass-through cache implementation of Coherence JCache.
-
Uses of PassThroughCacheConfiguration in com.tangosol.coherence.jcache.passthroughcache
Modifier and TypeMethodDescriptionPassThroughCacheConfiguration.setNamedCacheName
(String sNamedCacheName) Sets the desired CoherenceNamedCache
name to map to when specifying a JCacheCache
nameSets the expected type of keys and values for aPassThroughCache
configured with thisConfiguration
.ModifierConstructorDescriptionPassThroughCache
(CoherenceBasedCacheManager manager, String sJCacheName, PassThroughCacheConfiguration<K, V> configuration) Constructs aPassThroughCache
PassThroughCacheConfiguration
(PassThroughCacheConfiguration<K, V> configuration) Constructs aPassThroughCacheConfiguration
based on a providedPassThroughCacheConfiguration
.