mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
11.26.2018 caa74ca94c0bffe1d40a180600baf54e0de31d28
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java
@@ -95,6 +95,10 @@
        return items;
    }
    public FilesystemItem[] getArchiveContent(File file) {
        return archiveFilelistCache.load(file);
    }
    public void shutdown() {
        JCS.shutdown();
    }