public static class StaticCache.CleanupTask extends TimerTask
Modifier and Type | Field and Description |
---|---|
private StaticCache |
cache |
private FileFilter |
filter |
Constructor and Description |
---|
CleanupTask(StaticCache cache,
FileFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
cancel, scheduledExecutionTime
private final StaticCache cache
private final FileFilter filter
public CleanupTask(StaticCache cache, FileFilter filter)