Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerCache
-
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerCache
- All Known Implementing Classes:
StatisticsHandlerCache
public interface IMutableStatisticsHandlerCache extends IStatisticsHandlerCache
Statistics handler for cache hit/miss- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcacheHit()Called when a cache hit occurred.voidcacheMiss()Called when a cache miss occurred.-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCount
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandlerCache
getHits, getMisses
-
-