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

Kai Reinhard
08.15.2019 2dc31d043f2df07a15104a36b0aac055210da671
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java
@@ -124,6 +124,11 @@
        this.repoCacheAccess.clear();
    }
    public void clearRepoCacheAccess(Repository repository) {
        log.info("Clearing repository cache '" + repository.getName() + "'...");
        this.repoCacheAccess.remove(repository.getName());
    }
    /**
     * @param idOrName
     * @return The repository (ensures that the list of archives is loaded).