Jump to content

Manual:purgeMessageBlobStore.php

From mediawiki.org
This page is a translated version of the page Manual:PurgeMessageBlobStore.php and the translation is 67% complete.
MediaWiki バージョン:
1.36

詳細

purgeMessageBlobStore.php file is a maintenance script to purge the MessageBlobStore cache. MessageBlobStore stores interface text used by ResourceLoader modules. It is similar to LocalisationCache , but includes the wiki-specific overrides.

オプション/引数

このスクリプトにはオプション/引数はありません。

使用法

php maintenance/run.php purgeMessageBlobStore
Terminal
MediaWiki バージョン MediaWiki 1.39 以前では、メンテナンス スクリプトを php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。

関連項目