Class Cache.CacheStats

org.elasticsearch.common.cache.Cache.CacheStats
Enclosing class:
Cache<K,​V>

public static class Cache.CacheStats extends
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    long
     
    long
     
    long
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • CacheStats

      public CacheStats(long hits, long misses, long evictions)
  • Method Details

    • getHits

      public long getHits()
    • getMisses

      public long getMisses()
    • getEvictions

      public long getEvictions()