Manual:ClearInterwikiCache.php/fi
Appearance
| MediaWiki version: | ≥ 1.21 |
| tiedosto MediaWiki: clearInterwikiCache.php | |
|---|---|
| Sijainti: | maintenance/ |
| Lähdekoodi: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Sarjat: | ClearInterwikiCache |
Tiedot
clearInterwikiCache.php is a maintenance script to clear the interwiki links for all languages in memcached.
Options/Arguments
This script does not take any options.
Usage
php maintenance/run.php clearInterwikiCache
Terminal
$ php maintenance/run.php clearInterwikiCache wikipedia...done meta...done news...done
In MediaWiki version MediaWiki 1.39 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.