| Package | Description |
|---|---|
| com.tangosol.coherence.rest |
Contains classes related to the Coherence REST API.
|
| Modifier and Type | Method and Description |
|---|---|
EntrySetResource |
CacheResource.getEntrySetResource(String sKeys)
Return a REST sub-resource representing a set of cache entries.
|
protected EntrySetResource |
CacheResource.instantiateEntrySetResource(NamedCache cache,
Set setKeys,
Class clzValue)
Create an instance of
EntrySetResource for the specified resource
configuration. |