wiki.techinc.nl/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
..
MemcachedBagOStuff.php Add WRITE_SYNC flag to BagOStuff::set()/merge() 2015-10-22 01:44:09 +00:00
MemcachedClient.php objectcache: Ensure an integer put into memcached comes out an integer 2015-07-01 03:51:55 +00:00
MemcachedPeclBagOStuff.php Add WRITE_SYNC flag to BagOStuff::set()/merge() 2015-10-22 01:44:09 +00:00
MemcachedPhpBagOStuff.php Decode Memcached keys before returning getMulti result 2015-09-07 05:43:49 +00:00
MultiWriteBagOStuff.php Add WRITE_SYNC flag to BagOStuff::set()/merge() 2015-10-22 01:44:09 +00:00
ObjectCache.php Inject MultiWriteBagOStuff addCallableUpdate() dependency 2015-10-20 10:31:36 -07:00
ObjectCacheSessionHandler.php Fixed BufferingStatsdDataFactory::timing() callers to use ms 2015-08-19 01:01:49 +00:00
RedisBagOStuff.php Add WRITE_SYNC flag to BagOStuff::set()/merge() 2015-10-22 01:44:09 +00:00
SqlBagOStuff.php Add WRITE_SYNC flag to BagOStuff::set()/merge() 2015-10-22 01:44:09 +00:00