Uses of Class
com.tangosol.coherence.jcache.common.JCacheContext
-
Packages that use JCacheContext 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. -
-
Uses of JCacheContext in com.tangosol.coherence.jcache.common
Methods in com.tangosol.coherence.jcache.common that return JCacheContext Modifier and Type Method Description static JCacheContext
JCacheContext. getContext(ResourceRegistry reg, JCacheIdentifier cacheId)
Get a JCacheContext forcacheId
inResourceRegistry
static JCacheContext
JCacheContext. getContext(ResourceRegistry reg, JCacheIdentifier cacheId, javax.cache.configuration.CompleteConfiguration config)
Get or Create a JCacheContext forcacheId
inResourceRegistry
-
Uses of JCacheContext in com.tangosol.coherence.jcache.localcache
Methods in com.tangosol.coherence.jcache.localcache that return JCacheContext Modifier and Type Method Description JCacheContext
LocalCache. getContext()
Get the JCache context for this JCache's operations -
Uses of JCacheContext in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache that return JCacheContext Modifier and Type Method Description JCacheContext
PartitionedCache. getContext()
Return currentJCacheContext
-