this.manager.release((Component)parser);
this.manager.release(serializer);
}
SourceValidity val = new ExpiresValidity(this.expires);
ExtendedCachedResponse response = new ExtendedCachedResponse(val, content);
response.setAlternativeResponse(cachedResponse);
cache.store(cacheKey, response);
} catch (Exception ignore) {
this.getLogger().error("Exception during updating " +this.uri, ignore);
} finally {