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 the CacheStatisticsPage, which contains methods to interact with the CacheStatistics screen
  • Constructor Details

    • CacheStatistics

      public CacheStatistics(Integer hitCount, Integer missCount)
  • Method Details