Manual:$wgUseLocalMessageCache/ko
Appearance
| Message Cache: $wgUseLocalMessageCache | |
|---|---|
| Make a local copy of the message cache, in addition to memcached. |
|
| 이 변수가 소개된 버전: | 1.16.0 (r52503) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Set this to true to make a local copy of the message cache, for use in addition to $wgMessageCacheType.
The local copy is stored using the server's local cache (APCu if available), not on the filesystem.
If APCu is not available, the setting has no effect.