Uses of Class
com.atlassian.confluence.it.admin.CacheStatistics
-
Packages that use CacheStatistics Package Description com.atlassian.confluence.it.admin com.atlassian.confluence.it.rpc com.atlassian.confluence.it.rpc.delegates.admin -
-
Uses of CacheStatistics in com.atlassian.confluence.it.admin
Methods in com.atlassian.confluence.it.admin with parameters of type CacheStatistics Modifier and Type Method Description void
CacheStatisticsChangeTracker. assertChanges(CacheStatistics newStats, int expectedMoreHits, int expectedMoreMisses)
Constructors in com.atlassian.confluence.it.admin with parameters of type CacheStatistics Constructor Description CacheStatisticsChangeTracker(CacheStatistics initialStats)
-
Uses of CacheStatistics in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return CacheStatistics Modifier and Type Method Description CacheStatistics
ConfluenceRpc. getCacheStatistics(CacheKey key)
Deprecated. -
Uses of CacheStatistics in com.atlassian.confluence.it.rpc.delegates.admin
Methods in com.atlassian.confluence.it.rpc.delegates.admin that return CacheStatistics Modifier and Type Method Description CacheStatistics
CacheRpc. getCacheStatistics(CacheKey key)
-