"As a MediaWiki Developer, I want to get, set and delete the parser output metadata in the parser cache, so that I can return it later to clients that use it."
This is specifically for Parsoid; it has two blobs of JSON that need to be cached separately from the HTML output.
It is OK for the metadata blobs to fall out of cache out of sync with the HTML output (I think; @cscott can you confirm?).