wiki.techinc.nl/tests/phpunit/includes/libs/objectcache
Aaron Schulz b09b3980f9 objectcache: add object segmentation support to BagOStuff
Use it for ApiStashEdit so that large PaserOutput can be stored.

Add flag to allow for value segmentation on set() in BagOStuff.
Also add a flag for immediate deletion of segments on delete().

BagOStuff now has base serialize()/unserialize() methods.

Bug: T204742
Change-Id: I0667a02612526d8ddfd91d5de48b6faa78bd1ab5
2019-06-11 16:14:17 +01:00
..
BagOStuffTest.php objectcache: add object segmentation support to BagOStuff 2019-06-11 16:14:17 +01:00
CachedBagOStuffTest.php objectcache: merge getWithToken() into doGet() for simplicity 2019-03-27 13:03:25 -07:00
HashBagOStuffTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
MultiWriteBagOStuffTest.php tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
ReplicatedBagOStuffTest.php tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
WANObjectCacheTest.php objectcache: add metrics for WAN cache deletes and check key touches/resets 2019-03-06 08:48:47 -08:00