Convert some users to WANObjectCache for consistency
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 15 Oct 2015 02:45:03 +0000 (19:45 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 19 Oct 2015 16:46:52 +0000 (16:46 +0000)
commit4f781c7bf9f8ef874bf971ab0d853d83672a942a
tree8f3050c18fcf0f35da5e29ac87074c281e8a8dfb
parentba405dd13bd61b6da36beb4999ade6b2f47a1aae
Convert some users to WANObjectCache for consistency

These callers don't need to do purges, but can still perfectly
take advantage of this instance over a plain BagOStuff. Namely:
* Replication and snapshot lag awareness
* Preemptive regeneration
* Easy process cache support

The idea is for there to only be one caching class/factory
to use, instead of having rules for picking which one to use.

Change-Id: I8e362df451c0c28731fc853c044c4c4b8e097f01
includes/AjaxResponse.php
includes/Block.php
includes/Revision.php
includes/SiteStats.php
includes/api/ApiHelp.php
includes/api/ApiMain.php
includes/cache/BacklinkCache.php
includes/diff/DifferenceEngine.php