Package com.atlassian.bamboo.plan.cache
Class BambooCacheStats
java.lang.Object
com.atlassian.bamboo.plan.cache.BambooCacheStats
A wrapper around
CacheStats
to provide other useful stats around the caches- Since:
- v4.0
-
Constructor Summary
ConstructorDescriptionBambooCacheStats
(com.google.common.cache.Cache<?, ?> cache) BambooCacheStats
(com.google.common.cache.Cache<?, ?> cache, OptimisticLockingVersionMissesCounter optimisticLockingVersionMissesCounter) -
Method Summary
-
Constructor Details
-
BambooCacheStats
public BambooCacheStats(com.google.common.cache.Cache<?, ?> cache) -
BambooCacheStats
public BambooCacheStats(com.google.common.cache.Cache<?, ?> cache, OptimisticLockingVersionMissesCounter optimisticLockingVersionMissesCounter)
-
-
Method Details