| 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  CompleteConfigurationthat 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_configurationThe  Configurationfor theCoherenceBasedCache. | 
| 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  Configurationinto aCoherenceBasedConfigurationso that we may
 createCoherenceBasedCaches. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LocalCacheConfiguration<K,V>A  Configurationfor aCachebased on a Coherence <local-scheme>,
 or more specifically an in-processNamedCache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PartitionedCacheConfiguration<K,V>A  Configurationfor aCachebased 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  Configurationfor aCachebased on a Coherence <remote-scheme>,
 or more specifically aNamedCache. |