See: Description
Interface | Description |
---|---|
KeyConverter |
An interface that must be implemented by key converters.
|
Class | Description |
---|---|
CacheResource |
RESTful wrapper around a Coherence
NamedCache . |
DefaultKeyConverter |
Default implementation of
KeyConverter for a given key class. |
DefaultRootResource |
Default root resource implementation.
|
EntryResource |
REST resource representing a single cache entry.
|
EntrySetResource |
REST resource representing a set of cache entries.
|
NamedQueryResource |
REST resource representing a set of filtered cache entries.
|
PassThroughRootResource |
An alternate
ResourceConfig implementation that supports pass-through
access to all the caches defined by the cache configuration. |