Manual:$wgUseMemCached
この機能は、バージョン 1.17.0 で完全に除去されました。 |
Memcached の設定: $wgUseMemCached | |
---|---|
Use memcache, using the servers set in $wgMemCachedServers . |
|
導入されたバージョン: | 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.