objectcache: add getMultiWithUnionSetCallback() method
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 26 May 2017 18:12:31 +0000 (11:12 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 30 May 2017 23:34:28 +0000 (23:34 +0000)
commit83fcb86dfabf3fafdf483f6f0ac273c87187e8f7
treea7e6cb701ab02996d05de00fead7d824a955ff74
parent0812c5e35428e370c69c95da7bc5a152a058f660
objectcache: add getMultiWithUnionSetCallback() method

This supports callbacks that fetch all the missing values at once.

Change-Id: I74747cc06f97edc9163178180597e6651743b048
includes/libs/objectcache/WANObjectCache.php
tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php