Manual:$wgLanguageConverterCacheType/ko
Appearance
| 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.