Jump to content

Manual:$wgLanguageConverterCacheType/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgLanguageConverterCacheType and the translation is 14% complete.
Cache: $wgLanguageConverterCacheType
The cache type for storing language conversion tables.
이 변수가 소개된 버전:1.20.0 (Gerrit change 4482; git #10f49bd0)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(One of the CACHE constants or string)
기본값: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.

See Manual:$wgMainCacheType for allowed values.