xml = CachingSource.readXMLResponse(source, binary, this.manager);
response.setXMLResponse(xml);
}
// meta info is always set
response.setExtra(CachingSource.readMeta(source));
cache.store(this.cacheKey, response);
}
else if (response != null) {
// FIXME: There is a potential problem when the parent
// source has not yet been updated thus listing this
// source still as one of its children. We'll have to remove