Class GuavaCacheStatistics


  • public class GuavaCacheStatistics
    extends CacheStatistics
    Since:
    Author:
    joseross
    • Field Detail

      • hitCount

        protected final long hitCount
      • missCount

        protected final long missCount
      • loadSuccessCount

        protected final long loadSuccessCount
      • loadExceptionCount

        protected final long loadExceptionCount
      • totalLoadTime

        protected final long totalLoadTime
      • evictionCount

        protected final long evictionCount
    • Constructor Detail

      • GuavaCacheStatistics

        public GuavaCacheStatistics​(com.google.common.cache.Cache<K,​V> cache)
    • Method Detail

      • getHitCount

        public long getHitCount()
      • getMissCount

        public long getMissCount()
      • getLoadSuccessCount

        public long getLoadSuccessCount()
      • getLoadExceptionCount

        public long getLoadExceptionCount()
      • getTotalLoadTime

        public long getTotalLoadTime()
      • getEvictionCount

        public long getEvictionCount()