Manual:PurgeMessageBlobStore.php/de

MediaWiki Version:
1.36
Category:MediaWiki code/de#PurgeMessageBlobStore.php

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
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Siehe auch

Category:Maintenance scripts/de Category:Content maintenance scripts/de
Category:Content maintenance scripts/de Category:Maintenance scripts/de Category:MediaWiki code/de