Manual:$wgUseMemCached/de

Category:MediaWiki configuration settings/de#UseMemCachedCategory:MediaWiki configuration settings introduced before version 1.1.0/de#UseMemCachedCategory:MediaWiki configuration settings removed in version 1.17.0/de#UseMemCachedCategory:MediaWiki deprecated or obsolete features/de#UseMemCachedCategory:Cache variables/de#UseMemCached
Memcached Einstellungen: $wgUseMemCached
Use memcache, using the servers set in $wgMemCachedServers .
Eingeführt in Version:Vor 1.1.0
Entfernt in Version:1.17.0
Erlaubte Werte:(Wahrheitswert)
Standardwert:false

Use Memcached memory-based object store.

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

Replaced by $wgMainCacheType

Details

More information in docs/memcached.txt (and 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 may fix this.
(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.
Category:Cache variables/de Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced before version 1.1.0/de Category:MediaWiki configuration settings removed in version 1.17.0/de Category:MediaWiki deprecated or obsolete features/de