net.sf.basedb.util
Class StaticCache.CleanupTask
java.lang.Object
java.util.TimerTask
net.sf.basedb.util.StaticCache.CleanupTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- StaticCache
public static class StaticCache.CleanupTask
- extends TimerTask
A timer task that clean up the cache when it is executed.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
private final StaticCache cache
filter
private final FileFilter filter
StaticCache.CleanupTask
public StaticCache.CleanupTask(StaticCache cache,
FileFilter filter)
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask