Manual:$wgLanguageConverterCacheType
Appearance
| Cache: $wgLanguageConverterCacheType | |
|---|---|
| The cache type for storing language conversion tables. |
|
| Introducido en la versión: | 1.20.0 (Gerrit change 4482; git #10f49bd0) |
| Eliminado en la versión: | aún se usa |
| Valores permitidos: | (One of the CACHE constants or string) |
| Valor predeterminado: | CACHE_ANYTHING |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
The cache type for storing language conversion tables, which are used when parsing certain text and interface messages.
Its value should be a key in $wgObjectCaches, or one of the CACHE_* constants.
See Manual:$wgMainCacheType for allowed values.