wiki.techinc.nl/includes/libs/objectcache
Timo Tijhof 2d35c4e997 objectcache: Improve WANObjectCache doc for update strategies
Also add headings to separate docs for deployment/administration,
from docs for developers using an existing instance of it.

Change-Id: Id43c7700564c2979549afa5379f644027fb6585b
2018-08-27 03:46:54 +00: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: Improve WANObjectCache doc for update strategies 2018-08-27 03:46:54 +00:00
WANObjectCacheReaper.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
WinCacheBagOStuff.php