wiki.techinc.nl/tests/phpunit/includes/objectcache
Matthias Mullie 58c81f5b86 Decode Memcached keys before returning getMulti result
Keys are sent to Memcached encoded. However, getMulti()
will respond in [key => value] format. The keys it
responds with should not be the encoded versions, or
callers won't be able to map them to the results.

Bug: T111138
Change-Id: I0d821b1219a492be8e93453f0249c78f18e24533
2015-09-07 05:43:49 +00:00
..
BagOStuffTest.php Decode Memcached keys before returning getMulti result 2015-09-07 05:43:49 +00:00
ReplicatedBagOStuffTest.php objectcache: Add tests for ReplicatedBagOStuff 2015-06-24 20:17:18 +01:00
WANObjectCacheTest.php objectcache: Add WANObjectCache::resetCheckKey() method 2015-07-13 21:25:20 +00:00