wiki.techinc.nl/includes/libs/objectcache
Aaron Schulz d2c2bf6553 objectcache: avoid using heavily time-drifted microtime() values in WAN cache
Change-Id: Ifcb9e4b4a1d5adfdaaa6ea505e34956516b871de
2018-10-18 11:42:27 -07:00
..
APCBagOStuff.php
APCUBagOStuff.php
BagOStuff.php Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00: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 Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
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 Merge "objectcache: make RedisBagOStuff pass all tests" 2018-06-02 01:35:26 +00: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 Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
WinCacheBagOStuff.php