Manual:$wgUseLocalMessageCache
Appearance
| Message Cache: $wgUseLocalMessageCache | |
|---|---|
| Make a local copy of the message cache, in addition to memcached. |
|
| Introduced in version: | 1.16.0 (r52503) |
| Removed in version: | Still in use |
| Allowed values: | (boolean) |
| Default value: | false |
| Other settings: Alphabetical | By function | |
Details
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.