Handbuch:$wgLanguageConverterCacheType
Appearance
| Zwischenspeicher: $wgLanguageConverterCacheType | |
|---|---|
| The cache type for storing language conversion tables. |
|
| Eingeführt in Version: | 1.20.0 (Gerrit change 4482; git #10f49bd0) |
| Entfernt in Version: | Weiterhin vorhanden |
| Erlaubte Werte: | (One of the CACHE constants or string) |
| Standardwert: | CACHE_ANYTHING |
| Andere Einstellungen: Alphabetisch | Nach Funktion | |
Details
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.
Siehe Handbuch:$wgMainCacheType für erlaubte Werte.