HtmlEntryImpl htmlCopy = htmlEntry.getWritableCopy();
htmlCopy.setState(SourceEntry.CONTENT, CacheState.FLUSHED);
htmlCopy.setState(HtmlEntry.PARSE_ERRORS, CacheState.IN_PROCESS);
cache.put(source, htmlCopy);
return new TaskData(
new ParseHtmlTask(this, source, htmlCopy.getModificationTime(), content),
false);
}