Add RejectParserCacheValue hook
authorOri Livneh <ori@wikimedia.org>
Tue, 23 Jun 2015 05:09:53 +0000 (22:09 -0700)
committerKunal Mehta <legoktm@gmail.com>
Tue, 23 Jun 2015 18:23:57 +0000 (11:23 -0700)
commit207dfd2adf815fee446bc096952472279a588aaa
treedc26923d1e14291af4b8739b555801395ac8c58f
parent87e78ac1103e3b27d724390e313acfe08c5c6416
Add RejectParserCacheValue hook

Add a new hook, 'RejectParserCacheValue', which allows extensions to reject an
otherwise-successful parser cache lookup. The intent is to allow extensions to
manage the eviction of archaic HTML output from the cache.

Change-Id: I660679a48c46608f859bd52b31d6a888aabcc9ac
RELEASE-NOTES-1.26
docs/hooks.txt
includes/parser/ParserCache.php