MediaWiki master
rebuildLocalisationCache.php File Reference

Rebuild the localisation cache. More...

Go to the source code of this file.

Classes

class  RebuildLocalisationCache
 Maintenance script to rebuild the localisation cache. More...
 

Variables

 $maintClass = RebuildLocalisationCache::class
 

Detailed Description

Rebuild the localisation cache.

Useful if you disabled automatic updates using $wgLocalisationCacheConf['manualRecache'] = true;

Usage: php rebuildLocalisationCache.php [–force] [–threads=N]

Use –force to rebuild all files, even the ones that are not out of date. Use –threads=N to fork more threads.

Note
GPL-2.0-or-later

Definition in file rebuildLocalisationCache.php.

Variable Documentation

◆ $maintClass

$maintClass = RebuildLocalisationCache::class

Definition at line 274 of file rebuildLocalisationCache.php.