手册:$wgLanguageConverterCacheType
Appearance
| 缓存: $wgLanguageConverterCacheType | |
|---|---|
| The cache type for storing language conversion tables. |
|
| 引进版本: | 1.20.0(Gerrit change 4482; git #10f49bd0) |
| 移除版本: | 仍在使用 |
| 允许的值: | (缓存常量或字符串之一) |
| 默认值: | CACHE_ANYTHING |
| 其他设置: 按首字母排序 | 按功能排序 | |
详情
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.
参见手册:$wgMainCacheType获取允许的值。