Manual:clearInterwikiCache.php
Appearance
| MediaWiki バージョン: | ≧ 1.21 |
| MediaWiki ファイル: clearInterwikiCache.php | |
|---|---|
| 場所: | maintenance/ |
| ソース コード: | master • 1.45.3 • 1.44.5 • 1.43.8 |
| クラス: | ClearInterwikiCache |
詳細
clearInterwikiCache.php is a maintenance script to clear the interwiki links for all languages in memcached.
オプション/引数
このスクリプトにはオプションはありません。
使用法
php maintenance/run.php clearInterwikiCache
Terminal
$ php maintenance/run.php clearInterwikiCache wikipedia...done meta...done news...done
MediaWiki バージョン MediaWiki 1.39 以前では、メンテナンス スクリプトを
php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。