edu.internet2.middleware.grouper.cache
Interface CacheStats

All Known Implementing Classes:
EhcacheStats

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 $
Author:
blair christensen.

Method Summary
 long getHits()
           
 long getMisses()
           
 long getSize()
           
 

Method Detail

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