* clear cache when started with option "-clear"

This commit is contained in:
Reinhard Pointner 2009-11-07 22:07:07 +00:00
parent 53971666ae
commit f8f1d5b5b3
1 changed files with 2 additions and 1 deletions

View File

@ -50,8 +50,9 @@ public class Main {
}
if (argumentBean.clear()) {
// clear preferences
// clear preferences and cache
Settings.forPackage(Main.class).clear();
CacheManager.getInstance().clearAll();
}
try {