Uses of Class
com.tangosol.coherence.rest.CacheResource
-
Packages that use CacheResource Package Description com.tangosol.coherence.rest Contains classes related to the Coherence REST API. -
-
Uses of CacheResource in com.tangosol.coherence.rest
Methods in com.tangosol.coherence.rest that return CacheResource Modifier and Type Method Description CacheResource
DefaultRootResource. getCacheResource(String sName)
Returns a resource representing single named cache.CacheResource
PassThroughRootResource. getCacheResource(String sName)
Returns a resource representing a single named cache.protected CacheResource
DefaultRootResource. instantiateCacheResource(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults)
Create an instance ofCacheResource
.protected CacheResource
DefaultRootResource. instantiateCacheResourceInternal(ResourceConfig configResource)
Create an instance ofCacheResource
for the specified resource configuration.
-