Manual:$wgMessageCacheType/es

Category:MediaWiki configuration settings/es#MessageCacheTypeCategory:MediaWiki configuration settings introduced in version 1.5.0/es#MessageCacheTypeCategory:MediaWiki configuration settings still in use/es#MessageCacheTypeCategory:Cache variables/es#MessageCacheType
Message Cache: $wgMessageCacheType
Message cache setting
Introducido en la versión:1.5.0
Eliminado en la versión:aún se usa
Valores permitidos:(One of the CACHE constants (see below))
Valor predeterminado:CACHE_ANYTHING

Details

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

Note

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.

See also

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