Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1419,7 +1419,7 @@ |
1420 | 1420 | * - CACHE_NONE: Do not cache |
1421 | 1421 | * - CACHE_DB: Store cache objects in the DB |
1422 | 1422 | * - CACHE_MEMCACHED: MemCached, must specify servers in $wgMemCacheServers |
1423 | | - * - CACHE_ACCEL: eAccelerator |
| 1423 | + * - CACHE_ACCEL: eAccelerator, APC, XCache or WinCache |
1424 | 1424 | * - CACHE_DBA: Use PHP's DBA extension to store in a DBM-style |
1425 | 1425 | * database. This is slow, and is not recommended for |
1426 | 1426 | * anything other than debugging. |