Uses of Class
com.atlassian.confluence.impl.vcache.metrics.CacheMetricsKeys
-
Packages that use CacheMetricsKeys Package Description com.atlassian.confluence.impl.vcache.metrics Classes in this package mirror classes in com.atlassian.jira.instrumentation package in Jira. -
-
Uses of CacheMetricsKeys in com.atlassian.confluence.impl.vcache.metrics
Methods in com.atlassian.confluence.impl.vcache.metrics that return CacheMetricsKeys Modifier and Type Method Description static CacheMetricsKeys
CacheMetricsKeys. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheMetricsKeys[]
CacheMetricsKeys. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-