Class ConcurrentLRUCache.Stats

    • Constructor Detail

      • Stats

        public Stats()
    • Method Detail

      • getCumulativeLookups

        public long getCumulativeLookups()
      • getCumulativeHits

        public long getCumulativeHits()
      • getCumulativePuts

        public long getCumulativePuts()
      • getCumulativeEvictions

        public long getCumulativeEvictions()
      • getCurrentSize

        public int getCurrentSize()
      • getCumulativeNonLivePuts

        public long getCumulativeNonLivePuts()
      • getCumulativeMisses

        public long getCumulativeMisses()