Manual:$wgMessageCacheType/pl

Category:MediaWiki configuration settings/pl#MessageCacheTypeCategory:MediaWiki configuration settings introduced in version 1.5.0/pl#MessageCacheTypeCategory:MediaWiki configuration settings still in use/pl#MessageCacheTypeCategory:Cache variables/pl#MessageCacheType
Message Cache: $wgMessageCacheType
Message cache setting
Wprowadzono w wersji:1.5.0
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(One of the CACHE constants (see below))
Domyślna wartość:CACHE_ANYTHING

Szczegóły

Message cache setting.

Here are the available CACHE constants, as defined in Defines.php

  • CACHE_ANYTHING - Use anything, as long as it works
  • CACHE_NONE - Do not cache
  • CACHE_DB - Store cache objects in the DB
  • CACHE_MEMCACHED - memcached, must specify servers in $wgMemCachedServers
  • CACHE_ACCEL - APC, APCu, or WinCache (WinCache is only supported by MediaWiki ≤1.42), whichever is available

Uwaga

If you set $wgMainCacheType then the values for $wgParserCacheType and $wgMessageCacheType will inherit it. You do not need to set those variables unless you plan on doing something very advanced.

Zobacz też

Category:Cache variables/pl
Category:Cache variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.5.0/pl Category:MediaWiki configuration settings still in use/pl