wiki.techinc.nl/includes/libs/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
..
APCBagOStuff.php Clean up BagOStuff::get() interface 2015-10-07 02:54:57 +00:00
BagOStuff.php Clean up BagOStuff::get() interface 2015-10-07 02:54:57 +00:00
EmptyBagOStuff.php Clean up BagOStuff::get() interface 2015-10-07 02:54:57 +00:00
HashBagOStuff.php Clean up BagOStuff::get() interface 2015-10-07 02:54:57 +00:00
ReplicatedBagOStuff.php Clean up BagOStuff::get() interface 2015-10-07 02:54:57 +00:00
WANObjectCache.php WANObjectCache: Change getWithSetCallback() signature to key/ttl/callback/opts 2015-10-07 18:03:15 -07:00
WinCacheBagOStuff.php Clean up BagOStuff::get() interface 2015-10-07 02:54:57 +00:00
XCacheBagOStuff.php Clean up BagOStuff::get() interface 2015-10-07 02:54:57 +00:00