From 90b57a5baa91dc3b9374a63076ef2867684c47e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 30 Jun 2010 07:42:43 +0000 Subject: [PATCH] Mention the other supported accelerators --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d27a2cf91e..ac5a3e74aa 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1419,7 +1419,7 @@ $wgCacheDirectory = false; * - CACHE_NONE: Do not cache * - CACHE_DB: Store cache objects in the DB * - CACHE_MEMCACHED: MemCached, must specify servers in $wgMemCacheServers - * - CACHE_ACCEL: eAccelerator + * - CACHE_ACCEL: eAccelerator, APC, XCache or WinCache * - CACHE_DBA: Use PHP's DBA extension to store in a DBM-style * database. This is slow, and is not recommended for * anything other than debugging. -- 2.20.1