objectcache: Forward MultiWriteBagOStuff::makeKey to primary backend
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 14 Jun 2017 17:06:46 +0000 (18:06 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 14 Jun 2017 17:11:55 +0000 (18:11 +0100)
commitdd629564dfb167d8108025c1e717305cf52e781b
tree7f4dd890ba9268c6b9278b239165e5e38e9a7299
parentda43a0ae3447bd270663ef9f509c58e327d981cc
objectcache: Forward MultiWriteBagOStuff::makeKey to primary backend

Similar to what WANObjectCache and CachedBagOStuff are already doing.

Also add missing tests for WANObjectCache (similar to those for CachedBagOStuff).

Bug: T167465
Change-Id: I1a0c9324726aa6a1b221def985773b1b819181fd
includes/libs/objectcache/MultiWriteBagOStuff.php
tests/phpunit/includes/libs/objectcache/MultiWriteBagOStuffTest.php
tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php