mediawiki-extensions-Gadgets/tests/phpunit
Timo Tijhof db04e488b6 Rewrite and simplify MediaWikiGadgetsDefinitionRepo cache
* Remove most APCu logic, including the reverse checking of WANCache
  touch time to validate the APCu key
  The APCu expiry had a 7-15s blind TTL before this check took place.
  Keep the conservative part of this (blind TTL). This should be
  more than enough to debounce memcached traffic.

* Simplify WAN handling with plain key and delete (using the default
  holdoff tombstone, which should take care of edge cases like second
  DC warming up the WAN key shortly after a delete).

* Fix incorrect method doc about being by section. The returned
  list is not by section.

Change-Id: If14ff83a29367df58d1824615bcf0bcd2edc886f
2022-04-05 21:39:45 +01:00
..
integration Rewrite and simplify MediaWikiGadgetsDefinitionRepo cache 2022-04-05 21:39:45 +01:00
unit Namespace extension 2022-03-05 17:03:35 +00:00
GadgetTestUtils.php Namespace extension 2022-03-05 17:03:35 +00:00