Uses of Class
com.tangosol.coherence.rest.CacheResource
-
Uses of CacheResource in com.tangosol.coherence.rest
Modifier and TypeMethodDescriptionDefaultRootResource.getCacheResource
(String sName) Returns a resource representing single named cache.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.