Deprecate wfGetCache() and wfGetMainCache()
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 14 Aug 2018 23:43:25 +0000 (16:43 -0700)
committerKrinkle <krinklemail@gmail.com>
Fri, 17 Aug 2018 17:56:21 +0000 (17:56 +0000)
commit49efdca8f5fbca737b81032ca6595730aed4bbfd
tree5faf42e6254425fb6c7ff0613a52471501e844e5
parent3f47d6df5700103c93c481f1ddf5fc79a8f0ca20
Deprecate wfGetCache() and wfGetMainCache()

The former is already a wrapper around ObjectCache::getInstance().

The latter was identical to ObjectCache::getLocalClusterInstance().

Bug: T115890
Change-Id: Ib4e43bc8d3f4ac9f7a453e36dcce9b3d962666ba
RELEASE-NOTES-1.32
includes/GlobalFunctions.php
includes/Setup.php