Manual:PurgeMessageBlobStore.php

From mediawiki.org
MediaWiki version:
1.36

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.

Options/Arguments

This script does not take any options or arguments.

Usage

php maintenance/purgeMessageBlobStore.php
Terminal

See also