else {
log.debug("Proxy cache not altered for repository {} from path='{}'", this, request.getRequestPath());
}
}
eventBus().post(new RepositoryEventExpireProxyCaches(
this, request.getRequestPath(), request.getRequestContext().flatten(), cacheAltered));
return cacheAltered;
}