MessageCache: Use checkKeys for large messages
authorAndrew Green <andrew.green.df@gmail.com>
Mon, 17 Oct 2016 16:37:36 +0000 (11:37 -0500)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 18 Oct 2016 05:52:28 +0000 (22:52 -0700)
commit3816a80a2c61cd07ed29f28b3256730e2f1f87b0
tree29a55caf259e2326b01f4bee5862a02398f52b2b
parentda49ad8e8c5331fa8a49fa0bbc626f14d49c5485
MessageCache: Use checkKeys for large messages

Also make use of the cache set options and use
Revision::newKnownCurrent() to avoid excessive
revision table queries during miss periods.

Bug: T144952
Change-Id: Ic1c649478b0f87420052d8c99b2962920f8b5c96
includes/cache/MessageCache.php