objectcache: make BagOStuff::getMulti() preserve order and omit keys with missing...
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 13 Jul 2019 20:16:44 +0000 (13:16 -0700)
committerKrinkle <krinklemail@gmail.com>
Sun, 14 Jul 2019 00:31:57 +0000 (00:31 +0000)
commitb72a00383a5e351b0719c2b178043ddea46d2f44
tree33604d4954acdf972cb8997a32d156cda08f44c7
parent40a260b04f99458c1eb65127b0a8a7ec0aba79de
objectcache: make BagOStuff::getMulti() preserve order and omit keys with missing segments

A key missing segments should count as non-existing, meaning that it should
not appear in the return value at all

Change-Id: I0f08b3dba77e0d335ebb2d75061927ebd36570d2
includes/libs/objectcache/BagOStuff.php