wiki.techinc.nl/includes/libs/objectcache
Fomafix 43244db9a2 Use PHP 7 '??' operator instead of if-then-else
Change-Id: If9d4be5d88c8927f63cbb84dfc8181baf62ea3eb
2018-10-21 21:46:46 +02:00
..
APCBagOStuff.php
APCUBagOStuff.php
BagOStuff.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
CachedBagOStuff.php Merge "objectcache: avoid direct "bag" field references in CachedBagOStuff" 2018-07-16 09:23:55 +00:00
EmptyBagOStuff.php
HashBagOStuff.php Merge "objectcache: add setMockTime() method to BagOStuff/WANObjectCache" 2018-06-01 13:19:24 +00:00
IExpiringStore.php
MemcachedBagOStuff.php
MemcachedClient.php
MemcachedPeclBagOStuff.php objectcache: update MemcachedPeclBagOStuff for pecl memcached 3.0.0 2018-06-02 17:25:22 -07:00
MemcachedPhpBagOStuff.php objectcache: update MemcachedPeclBagOStuff for pecl memcached 3.0.0 2018-06-02 17:25:22 -07:00
MultiWriteBagOStuff.php Make MultiWriteBagOStuff use the native merge() of each backend 2018-07-18 22:30:56 +01:00
RedisBagOStuff.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
ReplicatedBagOStuff.php Implement makeKeyInternal() for ReplicatedBagOStuff/MultiWriteBagOStuff 2018-07-10 13:25:04 +01:00
RESTBagOStuff.php RESTBagOStuff: improve timeouts and logging 2018-06-21 09:34:02 +00:00
WANObjectCache.php objectcache: avoid using heavily time-drifted microtime() values in WAN cache 2018-10-18 11:42:27 -07:00
WANObjectCacheReaper.php
WinCacheBagOStuff.php