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 classCacheStatistics.Capability
-
Constructor Summary
Constructors Constructor Description CacheStatistics(Integer hitCount, Integer missCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetHitCount()IntegergetMissCount()inthashCode()StringtoString()
-