fixed deobfuscation

Issue #151 option for caching in memory instead of temp files
This commit is contained in:
Jindra Petk
2013-07-08 20:39:02 +02:00
parent 5ed314d0eb
commit 8bfc8ad30f
14 changed files with 135 additions and 39 deletions

View File

@@ -107,7 +107,7 @@ public class ActionPanel extends JPanel implements ActionListener {
private String searchFor;
private boolean searchIgnoreCase;
private boolean searchRegexp;
private Cache cache = new Cache(true);
private Cache cache = Cache.getInstance(true);
public void clearCache() {
cache.clear();