Inject getLocalServerObjectCache() into the CachingSiteStore instance
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 20 Jul 2019 21:09:31 +0000 (14:09 -0700)
committerJforrester <jforrester@wikimedia.org>
Fri, 26 Jul 2019 16:42:23 +0000 (16:42 +0000)
commitb5630dc0e1ee9db2994c8863f35ccf271ddc84eb
tree5313eec48b55dea1638aefd5ccdfc8fd5f557fb7
parentb4198c57c7ae55eeabc0e5b1563b1bf5345ee848
Inject getLocalServerObjectCache() into the CachingSiteStore instance

This means SiteStore now uses APCu on PHP7 as well. Previously it only
used APC on HHVM, and used the main cache (e.g. Memcached) on PHP7.

Change-Id: I83ff1d2dd61c611c9976c6f9ca8026a0b6dd6662
includes/ServiceWiring.php