Jump to content

手册:$wgUseLocalMessageCache

From mediawiki.org
This page is a translated version of the page Manual:$wgUseLocalMessageCache and the translation is 43% complete.
消息缓存: $wgUseLocalMessageCache
Make a local copy of the message cache, in addition to memcached.
引进版本:1.16.0​(r52503
移除版本:仍在使用
允许的值:(布尔值)
默认值: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.