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

Kai Reinhard
14.35.2018 9dd2e96f71e5be99337af45d4ff9e039dd2c1098
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java
@@ -63,7 +63,7 @@
        return repositories;
    }
    public void clearAllCacheAccess(){
    public void clearAllCaches(){
        log.info("Clearing repositories cache (with list of archives)...");
        this.repoListCacheAccess.clear();
        clearRepoInfoCacheAccess();