Class CacheStatistics
- java.lang.Object
-
- com.atlassian.confluence.it.admin.CacheStatistics
-
public class CacheStatistics extends Object
Represents the statistics for a specific cache. Note that theCacheStatisticsPage
, which contains methods to interact with the CacheStatistics screen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CacheStatistics.Capability
-
Constructor Summary
Constructors Constructor Description CacheStatistics(Integer hitCount, Integer missCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Integer
getHitCount()
Integer
getMissCount()
int
hashCode()
String
toString()
-