Uses of Class
com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration
-
Packages that use PassThroughCacheConfiguration Package Description com.tangosol.coherence.jcache.passthroughcache Contains classes related to pass-through cache implementation of Coherence JCache. -
-
Uses of PassThroughCacheConfiguration in com.tangosol.coherence.jcache.passthroughcache
Methods in com.tangosol.coherence.jcache.passthroughcache that return PassThroughCacheConfiguration Modifier and Type Method Description PassThroughCacheConfiguration<K,V>
PassThroughCacheConfiguration. setNamedCacheName(String sNamedCacheName)
Sets the desired CoherenceNamedCache
name to map to when specifying a JCacheCache
namePassThroughCacheConfiguration<K,V>
PassThroughCacheConfiguration. setTypes(Class<K> clzKey, Class<V> clzValue)
Sets the expected type of keys and values for aPassThroughCache
configured with thisConfiguration
.Constructors in com.tangosol.coherence.jcache.passthroughcache with parameters of type PassThroughCacheConfiguration Constructor Description PassThroughCache(CoherenceBasedCacheManager manager, String sJCacheName, PassThroughCacheConfiguration<K,V> configuration)
Constructs aPassThroughCache
PassThroughCacheConfiguration(PassThroughCacheConfiguration<K,V> configuration)
Constructs aPassThroughCacheConfiguration
based on a providedPassThroughCacheConfiguration
.
-