Add 0 hold-off TTL support to WANObjectCache::delete()
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 24 Nov 2015 05:41:12 +0000 (21:41 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 24 Nov 2015 05:46:36 +0000 (21:46 -0800)
commit680f1527155d50545852ebaa3f9c4c5f90bf65b9
tree0abb7e7fc1607a054b37677746cf36ce285dcd3e
parent10cf632683d41bbfcb6a930f68d4f10b231b87dc
Add 0 hold-off TTL support to WANObjectCache::delete()

This removes the peculiar >= 1 restriction

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