Package org.infinispan.rest.resources
Class CacheResourceV2
java.lang.Object
org.infinispan.rest.resources.BaseCacheResource
org.infinispan.rest.resources.CacheResourceV2
- All Implemented Interfaces:
ResourceHandler
REST resource to manage the caches.
- Since:
- 10.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
ConstructorDescriptionCacheResourceV2
(InvocationHelper invocationHelper, RestTelemetryService telemetryService) -
Method Summary
-
Constructor Details
-
CacheResourceV2
-
-
Method Details
-
getInvocations
Description copied from interface:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-