public class GetCache extends java.lang.Object implements RestReadView<CacheResource>
| Constructor and Description |
|---|
GetCache() |
| Modifier and Type | Method and Description |
|---|---|
ListCaches.CacheInfo |
apply(CacheResource rsrc)
Process the view operation by reading from the resource.
|
public ListCaches.CacheInfo apply(CacheResource rsrc)
RestReadViewapply in interface RestReadView<CacheResource>rsrc - resource to read.BinaryResult to avoid automatic conversion
to JSON.