public interface CacheService
CacheEndpoint
.
Methods return runtime exception CacheServiceException
on fails.Modifier and Type | Method and Description |
---|---|
void |
delete(String cacheName,
String cacheKey) |
String |
getAllKeys(String cacheName) |
com.fasterxml.jackson.databind.JsonNode |
getCacheContent(String cacheName,
String cacheKey) |
com.fasterxml.jackson.databind.JsonNode |
getCacheSize(String cacheName) |
String |
getKeys(String cacheName,
int offset,
int pageLength,
String sortOrder,
String sortProperty) |
String |
ping() |
String ping()
String getKeys(String cacheName, int offset, int pageLength, String sortOrder, String sortProperty)
com.fasterxml.jackson.databind.JsonNode getCacheSize(String cacheName)
com.fasterxml.jackson.databind.JsonNode getCacheContent(String cacheName, String cacheKey)
Copyright © 2021 Magnolia International Ltd.. All rights reserved.