messagecache: use MergeableUpdate for the deferred replace() update
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 4 Oct 2018 20:14:32 +0000 (13:14 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 5 Oct 2018 20:14:41 +0000 (20:14 +0000)
commit59242afaa773b0ac62143c2949ad4f8290aa2462
tree6d55c0afe2965ee3aa90691f8e383c6f28db8bdc
parent150e3bf46054be0146bb4fcf2cbf3413fb6e627d
messagecache: use MergeableUpdate for the deferred replace() update

This combines the load loop for multiple messages for a language code.

Bug: T203925
Bug: T193271
Change-Id: Ie5e1e83d6740344b7ca641c99fb3bd4ad5718492
autoload.php
includes/cache/MessageCache.php
includes/deferred/MessageCacheUpdate.php [new file with mode: 0644]