Class Cache.CacheStats

  • Enclosing class:
    Cache<K,​V>

    public static class Cache.CacheStats
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheStats​(long hits, long misses, long evictions)  
    • Method Summary

      Modifier and Type Method Description
      long getEvictions()  
      long getHits()  
      long getMisses()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CacheStats

        public CacheStats​(long hits,
                          long misses,
                          long evictions)
    • Method Detail

      • getHits

        public long getHits()
      • getMisses

        public long getMisses()
      • getEvictions

        public long getEvictions()