objectcache: Hard deprecate `ObjectCache::getMainWANInstance()`
authorDerick Alangi <alangiderick@gmail.com>
Wed, 3 Jul 2019 12:17:16 +0000 (13:17 +0100)
committerD3r1ck01 <xsavitar.wiki@aol.com>
Tue, 9 Jul 2019 09:29:57 +0000 (09:29 +0000)
commitff320d9e49f1e67c2b3dad42503b9f16ce089250
tree48ea6a7cdf7a2ba7f04e66f6537d5fa43f663fa9
parent434015880aab5b155cc7edd6fcddf1883d0395eb
objectcache: Hard deprecate `ObjectCache::getMainWANInstance()`

This method was soft-deprecated in 1.28 and this patch cleans up
usage (via object cache) in core and uses services. So, this is now
fit for hard deprecation.

Usage
=====

https://codesearch.wmflabs.org/search/?q=getMainWANInstance&i=nope&files=&repos=

Change-Id: I081a979ed6ed7acf37168a6d81ca4048aae5dd9c
includes/objectcache/ObjectCache.php
tests/parser/ParserTestRunner.php
tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php
tests/phpunit/includes/linker/LinkRendererTest.php
tests/phpunit/includes/user/UserTest.php