Uses of Interface
com.helger.commons.statistics.IStatisticsHandlerCache
-
Packages that use IStatisticsHandlerCache Package Description com.helger.commons.statistics com.helger.commons.statistics.util -
-
Uses of IStatisticsHandlerCache in com.helger.commons.statistics
Subinterfaces of IStatisticsHandlerCache in com.helger.commons.statistics Modifier and Type Interface Description interfaceIMutableStatisticsHandlerCacheStatistics handler for cache hit/missClasses in com.helger.commons.statistics that implement IStatisticsHandlerCache Modifier and Type Class Description classStatisticsHandlerCacheDefault implementation ofIMutableStatisticsHandlerCache -
Uses of IStatisticsHandlerCache in com.helger.commons.statistics.util
Methods in com.helger.commons.statistics.util with parameters of type IStatisticsHandlerCache Modifier and Type Method Description default voidIStatisticsVisitorCallback. onCache(String sName, IStatisticsHandlerCache aHandler)Called per cache entry
-