| Package | Description | 
|---|---|
| com.tangosol.coherence.jcache | 
 Contains classes related to 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 | Interface and Description | 
|---|---|
interface  | 
CoherenceBasedCompleteConfiguration<K,V>
An Coherence-based  
CompleteConfiguration that provides
 setter methods. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCoherenceBasedCompleteConfiguration<K,V>
A base implementation of a  
CoherenceBasedCompleteConfiguration. | 
| Modifier and Type | Field and Description | 
|---|---|
protected C | 
AbstractCoherenceBasedCache.m_configuration
The  
Configuration for the CoherenceBasedCache. | 
| Modifier and Type | Method and Description | 
|---|---|
protected <K,V> CoherenceBasedConfiguration<K,V> | 
CoherenceBasedCachingProvider.convertConfiguration(javax.cache.configuration.Configuration<K,V> cfg,
                    ClassLoader classLoader)
Converts a  
Configuration into a CoherenceBasedConfiguration so that we may
 create CoherenceBasedCaches. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalCacheConfiguration<K,V>
A  
Configuration for a
 Cache based on a Coherence <local-scheme>,
 or more specifically an in-process NamedCache. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PartitionedCacheConfiguration<K,V>
A  
Configuration for a
 Cache based on a Coherence <distributed-scheme>
 or more specifically a partitioned (aka: distributed)
 NamedCache. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PassThroughCacheConfiguration<K,V>
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RemoteCacheConfiguration<K,V>
A  
Configuration for a
 Cache based on a Coherence <remote-scheme>,
 or more specifically a NamedCache. |