wiki.techinc.nl/includes/libs/objectcache
Thiemo Kreuz cfda5e7efa Streamline code involving .= string concatenations
This was inspired by Idbbdb31. Originally, I did a regex search for
code that did string concatenations like `$str = $str . …` and replaced
them all with the .= operator. A duplicate patch was uploaded by another
author. I rebeased this patch on top of the other, which leaves all
the manual optimizations I did.

Change-Id: Iaeb73d9c63302c9409bd1051b91e0d2bd77788a7
2019-03-11 12:43:45 +01:00
..
APCBagOStuff.php
APCUBagOStuff.php
BagOStuff.php Streamline code involving .= string concatenations 2019-03-11 12:43:45 +01:00
CachedBagOStuff.php
EmptyBagOStuff.php
HashBagOStuff.php
IExpiringStore.php
MemcachedBagOStuff.php
MemcachedClient.php
MemcachedPeclBagOStuff.php
MemcachedPhpBagOStuff.php
MultiWriteBagOStuff.php Make MultiWriteBagOStuff use the native merge() of each backend 2018-07-18 22:30:56 +01:00
RedisBagOStuff.php RedisBagOStuff: Do not pass unused parameter 2018-12-01 23:54:48 +00:00
ReplicatedBagOStuff.php
RESTBagOStuff.php
WANObjectCache.php objectcache: optimize WAN cache key updates during HOLDOFF_TTL 2019-03-04 10:00:29 +00:00
WANObjectCacheReaper.php objectcache: remove dangling WAN cache EventRelayer references 2019-02-16 20:22:32 -08:00
WinCacheBagOStuff.php objectcache: Fixes WinCache increment losing TTL. 2018-12-13 14:36:06 -08:00