com.atlassian.confluence.it.admin
Class CacheStatistics

java.lang.Object
  extended by 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 Summary
CacheStatistics(int missCount, int hitCount)
           
 
Method Summary
static CacheStatistics fromHashTable(Hashtable hashtable)
           
 int getHitCount()
           
 int getMissCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStatistics

public CacheStatistics(int missCount,
                       int hitCount)
Method Detail

fromHashTable

public static CacheStatistics fromHashTable(Hashtable hashtable)

getHitCount

public int getHitCount()

getMissCount

public int getMissCount()


Copyright © 2003-2012 Atlassian. All Rights Reserved.