wiki.techinc.nl/tests/phpunit/includes/objectcache
Timo Tijhof 09cbebb224 WANObjectCache: Change getWithSetCallback() signature to key/ttl/callback/opts
* Put 'checkKeys' param in opts array instead of as a separate parameter.
  It's neat to not have to skip unnamed/positional arguments that are optional.
* Move TTL to be before callback instead of after. This avoids dangling integers
  toward the bottom of a large code block that have no obvious meaning.
  Matches BagOStuff::getWithSetCallback.

Add unit test for lockTSE to confirm

Change-Id: I60d6b64fc5dff14108741bafe801fd1fde16d1df
2015-10-07 18:03:15 -07:00
..
BagOStuffTest.php objectcache: Add BagOStuff::getWithSetCallback() convenience method 2015-10-05 17:26:32 -07:00
MultiWriteBagOStuffTest.php Support async writes to secondary MultiWriteBagOStuff stores 2015-09-18 21:35:43 -07:00
ReplicatedBagOStuffTest.php objectcache: Add tests for ReplicatedBagOStuff 2015-06-24 20:17:18 +01:00
WANObjectCacheTest.php WANObjectCache: Change getWithSetCallback() signature to key/ttl/callback/opts 2015-10-07 18:03:15 -07:00