Page MenuHomePhabricator

MediaWiki Developer stores specific parser HTML output in parser cache
Closed, ResolvedPublic

Description

"As a MediaWiki Developer, I want to get, set and delete HTML output from a specific wikitext parser in the parser cache, so that it doesn't conflict with other cached HTML for the same page."

We'd like to be able to store Parsoid HTML and 'old' parser HTML in the same cache. This could be accomplished with something as simple as a flag argument, or possibly with more complex object-oriented interface management.