wiki.techinc.nl/includes/libs/objectcache
Timo Tijhof dd629564df objectcache: Forward MultiWriteBagOStuff::makeKey to primary backend
Similar to what WANObjectCache and CachedBagOStuff are already doing.

Also add missing tests for WANObjectCache (similar to those for CachedBagOStuff).

Bug: T167465
Change-Id: I1a0c9324726aa6a1b221def985773b1b819181fd
2017-06-14 18:11:55 +01:00
..
APCBagOStuff.php Detect/use APCu properly 2016-10-01 23:07:47 +01:00
APCUBagOStuff.php objectcache: Remove broken apcu_set() calls 2016-12-06 15:39:42 +00:00
BagOStuff.php Clean up get_class($this) -> static::class in /includes/cache and /includes/libs 2017-03-07 21:06:06 +00:00
CachedBagOStuff.php objectcache: Complete code coverage for CachedBagOStuff 2017-04-07 23:31:41 +00:00
EmptyBagOStuff.php objectcache: add mcrouter support to WANObjectCache 2016-08-18 22:42:11 +00:00
HashBagOStuff.php Avoid Wikimedia\Assert in HashBagOStuff 2016-09-20 23:00:54 -07:00
IExpiringStore.php Support masking the WRITE_SYNC latency from ChronologyProtector 2016-09-12 23:58:49 +00:00
MemcachedBagOStuff.php Cleanup MemcLockManager and move it to /libs 2016-09-30 06:33:32 -07:00
MemcachedClient.php Avoid treating mcrouter set()s as failing due to AllAsyncRoute 2017-05-24 10:50:09 -07:00
MemcachedPeclBagOStuff.php Avoid treating mcrouter set()s as failing due to AllAsyncRoute 2017-05-24 10:50:09 -07:00
MemcachedPhpBagOStuff.php
MultiWriteBagOStuff.php objectcache: Forward MultiWriteBagOStuff::makeKey to primary backend 2017-06-14 18:11:55 +01:00
RedisBagOStuff.php includes/libs: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:08 +00:00
ReplicatedBagOStuff.php Merge "Turn off duplicate key gets for ReplicatedBagOStuff" 2016-09-06 18:18:07 +00:00
RESTBagOStuff.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
WANObjectCache.php Merge "objectcache: Use faster getArrayCopy() in WAN cache methods" 2017-06-10 15:38:30 +00:00
WANObjectCacheReaper.php objectcache: Avoid using deprecated ScopedCallback alias 2017-01-31 00:53:31 +00:00
WinCacheBagOStuff.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
XCacheBagOStuff.php