Package 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.
-
-
Field Summary
Fields Modifier and Type Field Description private StaticCache
cache
private FileFilter
filter
-
Constructor Summary
Constructors Constructor Description CleanupTask(StaticCache cache, FileFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Field Detail
-
cache
private final StaticCache cache
-
filter
private final FileFilter filter
-
-
Constructor Detail
-
CleanupTask
public CleanupTask(StaticCache cache, FileFilter filter)
-
-