Uses of Class
org.infinispan.rest.InfinispanCacheAPIRequest
-
Packages that use InfinispanCacheAPIRequest Package Description org.infinispan.rest.operations REST Server Operations classes. -
-
Uses of InfinispanCacheAPIRequest in org.infinispan.rest.operations
Methods in org.infinispan.rest.operations with parameters of type InfinispanCacheAPIRequest Modifier and Type Method Description InfinispanResponseCacheOperations. clearEntireCache(InfinispanCacheAPIRequest request)Implementation of HTTP DELETE request invoked on root context.InfinispanResponseCacheOperations. deleteCacheValue(InfinispanCacheAPIRequest request)Implementation of HTTP DELETE request invoked with a key.InfinispanResponseCacheOperations. getCacheValue(InfinispanCacheAPIRequest request)Implementation of HTTP GET and HTTP HEAD requests invoked with a key.InfinispanResponseCacheOperations. getCacheValues(InfinispanCacheAPIRequest request)Implementation of HTTP GET request invoked on root context.InfinispanResponseCacheOperations. putValueToCache(InfinispanCacheAPIRequest request)Implementation of HTTP PUT and HTTP POST requests invoked with a key.
-