org.broadleafcommerce.common.cache
Interface StatisticsService

All Known Implementing Classes:
StatisticsServiceImpl

public interface StatisticsService

Author:
Jeff Fischer

Method Summary
 void activateLogging()
           
 void addCacheStat(String key, boolean isHit)
           
 void disableLogging()
           
 Long getLogResolution()
           
 void setLogResolution(Long logResolution)
           
 

Method Detail

addCacheStat

void addCacheStat(String key,
                  boolean isHit)

getLogResolution

Long getLogResolution()

setLogResolution

void setLogResolution(Long logResolution)

activateLogging

void activateLogging()

disableLogging

void disableLogging()


Copyright © 2013. All Rights Reserved.