Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerCache
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerCache
- All Known Implementing Classes:
StatisticsHandlerCache
Statistics handler for cache hit/miss
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerCache
getHits, getMisses
-
Method Details
-
cacheHit
void cacheHit()Called when a cache hit occurred. -
cacheMiss
void cacheMiss()Called when a cache miss occurred.
-