Manual:PurgeMessageBlobStore.php/pl
Appearance
| Wersja MediaWiki: | ≥ 1.36 |
| Plik MediaWiki: purgeMessageBlobStore.php | |
|---|---|
| Lokalizacja: | maintenance/ |
| Kod źródłowy: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klasy: | PurgeMessageBlobStore |
Szczegóły
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.
Użycie
php maintenance/run.php purgeMessageBlobStore
Terminal
$ php maintenance/run.php purgeMessageBlobStore
W wersji MediaWiki MediaWiki 1.39 i we wcześniejszych musisz wywoływać skrypty konserwacyjne poprzez
php maintenance/nazwaSkryptu.php zamiast php maintenance/run.php nazwaSkryptu.