wiki.techinc.nl/tests/phpunit/includes/libs/objectcache
Aaron Schulz 70547f3fa3 objectcache: add mcrouter support to WANObjectCache
* Update documentation about relay methods.
* Change interim key set() to add() to avoid broadcasting it.
* Remove the behavior of doing purges synchronously in the
  local DC first before relay. In both the event relayer and
  mcrouter case, they will be asynchronous. It was hardly
  even possible to use such behavior since loads come from
  slave DBs, which do not see changes right after COMMIT.

Bug: T97562
Change-Id: I7759c82ae6e1b72fc227882a99c9a712a46374f6
2016-08-18 22:42:11 +00:00
..
BagOStuffTest.php objectcache: Add changeTTL() method 2016-08-11 19:55:32 -07:00
CachedBagOStuffTest.php CachedBagOStuff: cache backend misses 2016-02-22 18:45:20 -07:00
HashBagOStuffTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MultiWriteBagOStuffTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ReplicatedBagOStuffTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
WANObjectCacheTest.php objectcache: add mcrouter support to WANObjectCache 2016-08-18 22:42:11 +00:00