wiki.techinc.nl/tests/phpunit/includes/objectcache
Aaron Schulz 5c8ef13306 Add WRITE_SYNC flag to BagOStuff::set()/merge()
* This blocks on writing to all replicas
  and returns false if any failed.
* This is useful if ChronologyProtector is to work across
  domains by having the writes go everywhere so that later
  reads will see them (and be local at the same time).
* Redundant doc comments were also removed.

Change-Id: I9ed098d563c64dba605e7809bc96731da3b3e79d
2015-10-22 01:44:09 +00:00
..
BagOStuffTest.php Add makeKey and makeGlobalKey to BagOStuff 2015-10-13 09:32:48 -04:00
MultiWriteBagOStuffTest.php Add WRITE_SYNC flag to BagOStuff::set()/merge() 2015-10-22 01:44:09 +00:00
ReplicatedBagOStuffTest.php objectcache: Add tests for ReplicatedBagOStuff 2015-06-24 20:17:18 +01:00
WANObjectCacheTest.php objectcache: Remove getWithSetCallback() signature backwards-compatability 2015-10-19 23:47:04 +00:00