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

...
Kai Reinhard
13.57.2018 f4ea467ef335b255d57710127559644f77f67a3a
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java
@@ -63,6 +63,10 @@
        return repositories;
    }
    public void clearRepoInfoCacheAccess() {
        this.repoInfoCacheAccess.clear();
    }
    public RepoList getRepoList(String idOrName) {
        BorgRepoConfig repoConfig = ConfigurationHandler.getConfiguration().getRepoConfig(idOrName);
        //ArchiveInfo archiveInfo = BorgCommands.info(repoConfig, repoConfig.getRepo());