Manual:$wgLanguageConverterCacheType
Appearance
| Cache: $wgLanguageConverterCacheType | |
|---|---|
| The cache type for storing language conversion tables. |
|
| Introduced in version: | 1.20.0 (Gerrit change 4482; git #10f49bd0) |
| Removed in version: | Still in use |
| Allowed values: | (One of the CACHE constants or string) |
| Default value: | CACHE_ANYTHING |
| Other settings: Alphabetical | By function | |
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.
See Manual:$wgMainCacheType for allowed values.