Class CacheStatisticsChangeTracker
java.lang.Object
com.atlassian.confluence.it.admin.CacheStatisticsChangeTracker
Helper to check the changes in cache statistics. This is helpful because hits and misses aren't reset when the cache
is flushed. (that may or may not be a bug).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertChanges(CacheStatistics newStats, int expectedMoreHits, int expectedMoreMisses)
-
Constructor Details
-
CacheStatisticsChangeTracker
-
-
Method Details
-
assertChanges
-