Uses of Class
com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration
Packages that use PassThroughCacheConfiguration
Package
Description
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 PassThroughCacheConfigurationModifier and TypeMethodDescriptionPassThroughCacheConfiguration.setNamedCacheName(String sNamedCacheName) Sets the desired CoherenceNamedCachename to map to when specifying a JCacheCachenameSets the expected type of keys and values for aPassThroughCacheconfigured with thisConfiguration.Constructors in com.tangosol.coherence.jcache.passthroughcache with parameters of type PassThroughCacheConfigurationModifierConstructorDescriptionPassThroughCache(CoherenceBasedCacheManager manager, String sJCacheName, PassThroughCacheConfiguration<K, V> configuration) Constructs aPassThroughCachePassThroughCacheConfiguration(PassThroughCacheConfiguration<K, V> configuration) Constructs aPassThroughCacheConfigurationbased on a providedPassThroughCacheConfiguration.