public interface CacheStatisticsManager
| Modifier and Type | Field and Description | 
|---|---|
| static String | CACHE_NAME_PREFIX | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<CacheStatisticsCapability> | getCapabilities()Returns the set of optional capabilities supported by this implementation | 
| List<CacheStatistics> | getLocalCacheStatistics()Retrieve all the cache statistics for locally held caches. | 
| CacheStatistics | getLocalCacheStatistics(String cacheName)Retrieve the cache statistics for one locally held cache. | 
static final String CACHE_NAME_PREFIX
List<CacheStatistics> getLocalCacheStatistics()
CacheStatistics.getNiceName().CacheStatistics getLocalCacheStatistics(String cacheName)
CacheStatistics.getNiceName().Set<CacheStatisticsCapability> getCapabilities()
Copyright © 2003–2019 Atlassian. All rights reserved.