Class BambooCacheStats


  • @Internal
    public class BambooCacheStats
    extends Object
    A wrapper around CacheStats to provide other useful stats around the caches
    Since:
    v4.0
    • Constructor Detail

      • BambooCacheStats

        public BambooCacheStats​(com.google.common.cache.Cache<?,​?> cache)
    • Method Detail

      • getStats

        public com.google.common.cache.CacheStats getStats()
      • getCacheSize

        public long getCacheSize()
      • getOptimisticLockingVersionMissesAndReset

        public long getOptimisticLockingVersionMissesAndReset()