| Package | Description | 
|---|---|
| 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 | Method and Description | 
|---|---|
static void | 
MBeanServerRegistrationUtility.registerCacheObject(AbstractCoherenceBasedCache cache,
                   MBeanServerRegistrationUtility.ObjectNameType objectNameType)
Utility method for registering CacheStatistics with the platform MBeanServer 
 | 
| 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 | Class and Description | 
|---|---|
class  | 
PartitionedCache<K,V>
JCache of Key, Value pairs implemented over distributed cache. 
 | 
| 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 | Class and Description | 
|---|---|
class  | 
RemoteCache<K,V>
A remote partitioned-cache implementation of a  
Cache based
 on a Coherence <partitioned-cache>. |