|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.admin.CacheStatistics
public class CacheStatistics
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(java.util.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 |
|---|
public CacheStatistics(int missCount,
int hitCount)
| Method Detail |
|---|
public static CacheStatistics fromHashTable(java.util.Hashtable hashtable)
public int getHitCount()
public int getMissCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||