|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.plan.cache.BambooCacheStats
public class BambooCacheStats
A wrapper around CacheStats
to provide other useful stats around the caches
Constructor Summary | |
---|---|
BambooCacheStats(com.google.common.cache.Cache<?,?> cache)
|
Method Summary | |
---|---|
long |
getCacheSize()
|
com.google.common.cache.CacheStats |
getStats()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BambooCacheStats(com.google.common.cache.Cache<?,?> cache)
Method Detail |
---|
public com.google.common.cache.CacheStats getStats()
public long getCacheSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |