| Package | Description |
|---|---|
| com.tangosol.coherence.jcache.passthroughcache |
Contains classes related to pass-through cache implementation of Coherence JCache.
|
| Modifier and Type | Method and Description |
|---|---|
PassThroughCacheConfiguration<K,V> |
PassThroughCacheConfiguration.setNamedCacheName(String sNamedCacheName)
Sets the desired Coherence
NamedCache
name to map to when specifying a JCache Cache name |
PassThroughCacheConfiguration<K,V> |
PassThroughCacheConfiguration.setTypes(Class<K> clzKey,
Class<V> clzValue)
Sets the expected type of keys and values for a
PassThroughCache
configured with this Configuration. |
| Constructor and Description |
|---|
PassThroughCache(CoherenceBasedCacheManager manager,
String sJCacheName,
PassThroughCacheConfiguration<K,V> configuration)
Constructs a
PassThroughCache |
PassThroughCacheConfiguration(PassThroughCacheConfiguration<K,V> configuration)
Constructs a
PassThroughCacheConfiguration based on a
provided PassThroughCacheConfiguration. |