(bug 39490) Add caching to InfoAction.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Mon, 8 Oct 2012 03:47:46 +0000 (23:47 -0400)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Tue, 18 Dec 2012 20:33:00 +0000 (15:33 -0500)
commit4f71793786fe5c14752bb1f61f493c3d76e2018a
tree155ead4ce7e732dedb6cdc9c12c26dc6eed49e2c
parentb0f8fdd90f6501e4821348d7c085f47553cadc38
(bug 39490) Add caching to InfoAction.

Added caching to InfoAction. The cache key uses the ID of the
latest revision so it is auto-invalidated when the page is
changed. Also, the cache key is deleted whenever the page is
purged.

Change-Id: I90446b7bcb4517959605aa38eacfada2b785060b
includes/Title.php
includes/actions/InfoAction.php