Jump to content

手册:$wgLanguageConverterCacheType

From mediawiki.org
This page is a translated version of the page Manual:$wgLanguageConverterCacheType and the translation is 57% complete.
缓存: $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 获取允许的值。