allow parser/extensions to control for how long a ParserOutput gets cached. Introduce...
authorDaniel Kinzler <daniel@users.mediawiki.org>
Tue, 1 Jun 2010 14:28:51 +0000 (14:28 +0000)
committerDaniel Kinzler <daniel@users.mediawiki.org>
Tue, 1 Jun 2010 14:28:51 +0000 (14:28 +0000)
commit36c68af11935af5b2352b2869590d6c7f35ecc67
tree05f8062153198db578c6c4b22253487340af8bd8
parentae5d7905de9b4d9748d7e538f30534f687b47d43
allow parser/extensions to control for how long a ParserOutput gets cached. Introduced updateCacheExpiry(), Cleaned up use of getCacheTime() for marking uncacheable objects.
includes/Article.php
includes/OutputPage.php
includes/parser/Parser.php
includes/parser/ParserCache.php
includes/parser/ParserOutput.php