| Package | Description |
|---|---|
| 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 |
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. |