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.
|
Modifier and Type | Method and Description |
---|---|
static JCacheContext |
JCacheContext.getContext(ResourceRegistry reg,
JCacheIdentifier cacheId)
Get a JCacheContext for
cacheId in ResourceRegistry |
static JCacheContext |
JCacheContext.getContext(ResourceRegistry reg,
JCacheIdentifier cacheId,
javax.cache.configuration.CompleteConfiguration config)
Get or Create a JCacheContext for
cacheId in ResourceRegistry |
Modifier and Type | Method and Description |
---|---|
JCacheContext |
LocalCache.getContext()
Get the JCache context for this JCache's operations
|
Modifier and Type | Method and Description |
---|---|
JCacheContext |
PartitionedCache.getContext()
Return current
JCacheContext |