Manual:PurgeMessageBlobStore.php/de
Appearance
| MediaWiki Version: | ≥ 1.36 |
| MediaWiki-Datei: purgeMessageBlobStore.php | |
|---|---|
| Speicherort: | maintenance/ |
| Quellcode: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klassen: | PurgeMessageBlobStore |
Details
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.
Optionen/Argumente
Dieses Skript akzeptiert keine Optionen oder Argumente.
Verwendung
php maintenance/run.php purgeMessageBlobStore
Terminal
$ php maintenance/run.php purgeMessageBlobStore
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.