Interface CacheStats


public interface CacheStats
Cache statistics interface.
Since:
1.2.1
Version:
$Id: CacheStats.java,v 1.2 2007-08-27 15:53:52 blair Exp $
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    long
     
  • Method Details

    • getHits

      long getHits()
      Returns:
      Number of cache hits.
      Since:
      1.2.1
    • getMisses

      long getMisses()
      Returns:
      Number of cache misses.
      Since:
      1.2.1
    • getSize

      long getSize()
      Returns:
      Number of objects in cache.
      Since:
      1.2.1