Manual:$wgUseMemCached

This page is a translated version of the page Manual:$wgUseMemCached and the translation is 55% complete.
Memcached の設定: $wgUseMemCached
Use memcache, using the servers set in $wgMemCachedServers .
導入されたバージョン:pre 1.1.0
除去されたバージョン:1.17.0
許容される値:(真偽値)
既定値:false

Use Memcached memory-based object store.

With $wgUseMemCached = true;, old versions of MediaWiki will use the servers specified in the $wgMemCachedServers array.

$wgMainCacheType に置き換えられました

詳細

詳細情報は docs/memcached.txt (および Memcached ) にあります

(1.3, 1.4) Plenty of code rely on this setting to indicate whether they should use the BagOStuff class (from $wgMemc) for caching, meaning they can not use Turck MMCache or eAccelerator, because this setting is only set if memcache is used, not if $wgMemc is valid. 1.5 で、これは修正されるかもしれません。
(1.5) In all 1.5.x versions, this setting was not declared in DefaultSettings.php, but was still being used internally. This was rectified in 1.6.0.