Jump to content

Manual:$wgUseLocalMessageCache/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgUseLocalMessageCache and the translation is 14% complete.
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.