clear cache index map if deleting cache
This commit is contained in:
@@ -184,6 +184,9 @@ public class MethodInvokerRewriter {
|
||||
File cacheDir = new File(GlobalConfiguration.cacheDir, ".slcache");
|
||||
if (cacheDir.exists()) {
|
||||
recursiveDelete(cacheDir);
|
||||
if (cacheIndex!=null) {
|
||||
cacheIndex.clear();
|
||||
}
|
||||
}
|
||||
versionInIndex=false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user