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).