Manual:PruneFileCache.php/zh

MediaWiki版本:
1.19
Category:MediaWiki code/zh#PruneFileCache.php

细节

pruneFileCache.php file is a maintenance script to prune file cache for pages, objects, resources, etc.

This script requires $wgUseFileCache = true; to be set in LocalSettings.php in order to prune the file cache from $wgFileCacheDirectory.

Options/Arguments

OptionDescriptionRequired?
--agedaysHow many days old files must be in order to deleteRequired
--subdirPrune one $wgFileCacheDirectory subdirectory nameOptional

Usage

php maintenance/run.php pruneFileCache --agedays days [ --subdir ]
Terminal
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

Category:Maintenance scripts/zh#PruneFileCache.php Category:File maintenance scripts/zh
Category:File maintenance scripts/zh Category:Maintenance scripts/zh Category:MediaWiki code/zh