| Modifier and Type | Field and Description |
|---|---|
static Comparator<CacheStatisticsKey> |
CacheStatisticsKey.SORT_BY_LABEL
Sorts cache statistics keys by
label. |
| Modifier and Type | Method and Description |
|---|---|
static CacheStatisticsKey |
CacheStatisticsKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheStatisticsKey[] |
CacheStatisticsKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<CacheStatisticsKey,com.atlassian.util.concurrent.Supplier<Long>> |
ManagedCache.getStatistics()
Get usage statistics for the cache.
|
Copyright © 2018 Atlassian. All rights reserved.