| 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.remotecache |
Contains classes related to remote cache implementation of Coherence JCache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCoherenceBasedCompleteConfiguration<K,V>
A base implementation of a
CoherenceBasedCompleteConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
CoherenceBasedCompleteConfiguration |
CoherenceBasedCacheManager.getCacheToConfigurationMapping(JCacheIdentifier cacheId)
Provide access to meta cache that maps JCache cache names to JCache configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoherenceBasedCacheManager.putCacheToConfigurationMapping(JCacheIdentifier cacheId,
CoherenceBasedCompleteConfiguration config)
put entry with key of sName
|
| 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 |
RemoteCacheConfiguration<K,V>
A
Configuration for a
Cache based on a Coherence <remote-scheme>,
or more specifically a NamedCache. |