Package com.helger.commons.statistics
Interface IStatisticsHandlerCache
-
- All Superinterfaces:
IStatisticsHandler
- All Known Subinterfaces:
IMutableStatisticsHandlerCache
- All Known Implementing Classes:
StatisticsHandlerCache
public interface IStatisticsHandlerCache extends IStatisticsHandler
Read-only statistics handler for cache hit/miss- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHits()intgetMisses()-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCount
-
-
-
-
Method Detail
-
getHits
@Nonnegative int getHits()
-
getMisses
@Nonnegative int getMisses()
-
-