CaveRepository repository = this.getRepository(name);
if (repository == null) {
throw new IllegalArgumentException("Cave repository " + name + " doesn't exist");
}
repositories.remove(name);
repository.cleanup();
}
/**
* Install a Cave repository in the OBR service.
* NB: this method allows refresh the repository in the OBR "client".