public class CacheStatistics extends Object
CacheStatisticsPage
, which contains methods to
interact with the CacheStatistics screenModifier and Type | Class and Description |
---|---|
static class |
CacheStatistics.Capability |
Constructor and Description |
---|
CacheStatistics(Integer hitCount,
Integer missCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static CacheStatistics |
fromHashTable(Hashtable hashtable,
Set<CacheStatistics.Capability> capabilities) |
Integer |
getHitCount() |
Integer |
getMissCount() |
String |
toString() |
public static CacheStatistics fromHashTable(Hashtable hashtable, Set<CacheStatistics.Capability> capabilities)
public Integer getHitCount()
public Integer getMissCount()
Copyright © 2003–2015 Atlassian. All rights reserved.