objectcache: add "graceTTL" option to WANObjectCache::getWithSetCallback()
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 27 Nov 2017 10:51:11 +0000 (02:51 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 28 Nov 2017 01:11:13 +0000 (17:11 -0800)
commit0d7137099ae137e7502374c502bcd0f1054db0aa
treec618bf5691e610231a9bc60828f802274030ec6b
parentff65270a1c04de62f354ad6d94413a66b82d5f7d
objectcache: add "graceTTL" option to WANObjectCache::getWithSetCallback()

Also made worthRefreshExpiring() fully match the method documentation.

Change-Id: I48a4b1b9d006de100389b47c03c1185a9316abfc
includes/libs/objectcache/WANObjectCache.php
tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php