wiki.techinc.nl/tests/phpunit/includes/libs/objectcache
Aaron Schulz 12f4ce87e9 objectcache: make getMultiWith(Union)SetCallback() usage easier
Add WANObjectCache::multiRemap() as an array_combine() wrapper for
easily working with IDs after getMultiWith(Union)SetCallback() calls.
Make the enforcement of uniqueness in makeMultiKeys() stricter and
discourage poor key design in comments. Add WANObjectCache::hash256()
method for getting good key component hashes.

Also avoid pointless use of ArrayIterator::getArrayCopy().

Change-Id: I61ffdbf4af4374864bac180df590b4dddc8da56b
2019-07-14 14:51:51 +00:00
..
BagOStuffTest.php bagostuff: optimize SqlBagOStuff and fix failing segmentation tests 2019-07-09 22:53:18 -07:00
CachedBagOStuffTest.php
HashBagOStuffTest.php
MultiWriteBagOStuffTest.php
WANObjectCacheTest.php objectcache: make getMultiWith(Union)SetCallback() usage easier 2019-07-14 14:51:51 +00:00