Manual:$wgCacheDirectory

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil • ‎русский
Cache: $wgCacheDirectory
Directory for caching interface messages in the local filesystem.
Introduced in version: 1.16.0 (r52503)
Removed in version: still in use
Allowed values: String: path on the filesystem
Default value: false

Other settings: Alphabetical | By Function

Details[edit | edit source]

Directory for caching interface messages in the local filesystem. Should not be accessible from the web (chmod 700 on Unix). Set this to false to not use any local caches.

Note Note: The usage of $wgCacheDirectory depends on the settings of $wgLocalisationCacheConf.

See also[edit | edit source]