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