do not cache RECTs and (String,String) maps to file

This commit is contained in:
2015-01-31 18:37:19 +01:00
parent f6b3d62088
commit 0f54e89379
8 changed files with 131 additions and 116 deletions
@@ -91,7 +91,7 @@ public class FolderPreviewPanel extends JPanel {
public FolderPreviewPanel(final MainPanel mainPanel, List<TreeItem> items) {
this.items = items;
cachedPreviews = Cache.getInstance(false, "preview");
cachedPreviews = Cache.getInstance(false, false, "preview");
addMouseListener(new MouseAdapter() {