Package org.ametys.web.cache
Class CacheHelper.InvalidateCacheTimerTask
- java.lang.Object
 - 
- java.util.TimerTask
 - 
- org.ametys.web.cache.CacheHelper.InvalidateCacheTimerTask
 
 
 
- 
- All Implemented Interfaces:
 Runnable
- Enclosing class:
 - CacheHelper
 
public static class CacheHelper.InvalidateCacheTimerTask extends TimerTask
TimerTaskto invalidate site cache 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidateCacheTimerTask(String siteName, org.slf4j.Logger logger)Constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()- 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InvalidateCacheTimerTask
public InvalidateCacheTimerTask(String siteName, org.slf4j.Logger logger)
Constructor- Parameters:
 siteName- the site namelogger- the logger
 
 - 
 
 -