| Package | Description | 
|---|---|
| com.tangosol.coherence.jcache | 
 Contains classes related to Coherence JCache. 
 | 
| com.tangosol.coherence.jcache.common | 
 Common utilities used by Coherence JCache. 
 | 
| com.tangosol.coherence.jcache.localcache | 
 Contains classes related to local cache implementation of Coherence JCache. 
 | 
| com.tangosol.coherence.jcache.partitionedcache | 
 Contains classes related to partitioned cache implementation of Coherence JCache. 
 | 
| com.tangosol.coherence.jcache.passthroughcache | 
 Contains classes related to pass-through cache implementation of Coherence JCache. 
 | 
| com.tangosol.coherence.jcache.remotecache | 
 Contains classes related to remote cache implementation of Coherence JCache. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCoherenceBasedCache<K,V,C extends CoherenceBasedConfiguration<K,V>>
The base implementation of a  
CoherenceBasedCache. | 
| Modifier and Type | Method and Description | 
|---|---|
CoherenceBasedCache<K,V> | 
CoherenceBasedConfiguration.createCache(CoherenceBasedCacheManager manager,
           String name)
Creates a  
CoherenceBasedCache based on the current state of
 the CoherenceBasedConfiguration, to be owned by
 the specified CoherenceBasedCacheManager. | 
| Constructor and Description | 
|---|
CoherenceCacheMXBean(CoherenceBasedCache<K,V> cache)
Constructs a  
CoherenceCacheMXBean. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalCache<K,V>
An in-process local cache implementation of a  
Cache based
 on a Coherence <local-cache>. | 
| Modifier and Type | Method and Description | 
|---|---|
CoherenceBasedCache<K,V> | 
LocalCacheConfiguration.createCache(CoherenceBasedCacheManager manager,
           String sJCacheName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PartitionedCache<K,V>
JCache of Key, Value pairs implemented over distributed cache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CoherenceBasedCache<K,V> | 
PartitionedCacheConfiguration.createCache(CoherenceBasedCacheManager manager,
           String sJCacheName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PassThroughCache<K,V>
A  
Cache that delegates (ie: passed-through) requests directly
 onto an existing Coherence NamedCache. | 
| Modifier and Type | Method and Description | 
|---|---|
CoherenceBasedCache<K,V> | 
PassThroughCacheConfiguration.createCache(CoherenceBasedCacheManager manager,
           String sJCacheName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RemoteCache<K,V>
A remote partitioned-cache implementation of a  
Cache based
 on a Coherence <partitioned-cache>. | 
| Modifier and Type | Method and Description | 
|---|---|
CoherenceBasedCache<K,V> | 
RemoteCacheConfiguration.createCache(CoherenceBasedCacheManager manager,
           String sJCacheName)  |