Interface StatisticsService
- All Known Implementing Classes:
StatisticsServiceImpl
public interface StatisticsService
- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addCacheStat
(String key, boolean isHit) void
void
setLogResolution
(Long logResolution)
-
Method Details
-
addCacheStat
-
getLogResolution
Long getLogResolution() -
setLogResolution
-
activateLogging
void activateLogging() -
disableLogging
void disableLogging()
-