public interface CacheFacade
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
List<CacheRegion> |
getCacheRegions() |
LegacyCacheData |
getLegacyCacheData() |
Set<? extends CacheStatisticsEntry> |
getLegacyCacheStatistics(int upperBound,
int lowerBound) |
RegionCacheData |
getRegionCacheData() |
boolean |
isRegionCacheEnabled() |
void |
toggleLegacyCacheStatistics(boolean enable) |
boolean isRegionCacheEnabled()
List<CacheRegion> getCacheRegions()
RegionCacheData getRegionCacheData()
Set<? extends CacheStatisticsEntry> getLegacyCacheStatistics(int upperBound, int lowerBound)
LegacyCacheData getLegacyCacheData()
void toggleLegacyCacheStatistics(boolean enable)
void clearCache()
Copyright © 2017 SAP SE. All Rights Reserved.