Interface StatisticsService

All Known Implementing Classes:
StatisticsServiceImpl

public interface StatisticsService
Author:
Jeff Fischer
  • Method Details

    • addCacheStat

      void addCacheStat(String key, boolean isHit)
    • getLogResolution

      Long getLogResolution()
    • setLogResolution

      void setLogResolution(Long logResolution)
    • activateLogging

      void activateLogging()
    • disableLogging

      void disableLogging()