javax.cache
Interface CacheStatistics


public interface CacheStatistics

Version:
$Rev: 356097 $ $Date: 2005-12-12 02:29:03 +0100 (Mon, 12 Dec 2005) $

Field Summary
static int STATISTICS_ACCURACY_BEST_EFFORT
           
static int STATISTICS_ACCURACY_GUARANTEED
           
static int STATISTICS_ACCURACY_NONE
           
 
Method Summary
 void clearStatistics()
           
 int getCacheHits()
           
 int getCacheMisses()
           
 int getObjectCount()
           
 int getStatisticsAccuracy()
           
 

Field Detail

STATISTICS_ACCURACY_BEST_EFFORT

public static final int STATISTICS_ACCURACY_BEST_EFFORT
See Also:
Constant Field Values

STATISTICS_ACCURACY_GUARANTEED

public static final int STATISTICS_ACCURACY_GUARANTEED
See Also:
Constant Field Values

STATISTICS_ACCURACY_NONE

public static final int STATISTICS_ACCURACY_NONE
See Also:
Constant Field Values
Method Detail

clearStatistics

public void clearStatistics()

getCacheHits

public int getCacheHits()

getCacheMisses

public int getCacheMisses()

getObjectCount

public int getObjectCount()

getStatisticsAccuracy

public int getStatisticsAccuracy()


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.