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 Details

    • cacheHit

      void cacheHit()
      Called when a cache hit occurred.
    • cacheMiss

      void cacheMiss()
      Called when a cache miss occurred.