Uses of Class
com.atlassian.confluence.it.admin.CacheStatistics

Packages that use CacheStatistics
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 that return CacheStatistics
static CacheStatistics CacheStatistics.fromHashTable(Hashtable hashtable, Set<CacheStatistics.Capability> capabilities)
           
 

Methods in com.atlassian.confluence.it.admin with parameters of type CacheStatistics
 void CacheStatisticsChangeTracker.assertChanges(CacheStatistics newStats, int expectedMoreHits, int expectedMoreMisses)
           
 

Constructors in com.atlassian.confluence.it.admin with parameters of type CacheStatistics
CacheStatisticsChangeTracker(CacheStatistics initialStats)
           
 

Uses of CacheStatistics in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that return CacheStatistics
 CacheStatistics ConfluenceRpc.getCacheStatistics(CacheKey key)
           
 

Uses of CacheStatistics in com.atlassian.confluence.it.rpc.delegates.admin
 

Methods in com.atlassian.confluence.it.rpc.delegates.admin that return CacheStatistics
 CacheStatistics CacheRpc.getCacheStatistics(CacheKey key)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.