MediaWiki master
|
Maintenance script that prunes file cache for pages, objects, resources, etc. More...
Inherits Maintenance.
Public Member Functions | |
__construct () | |
execute () | |
Protected Member Functions | |
prune_directory ( $dir, $report=false) | |
Protected Attributes | |
int | $minSurviveTimestamp |
Maintenance script that prunes file cache for pages, objects, resources, etc.
Definition at line 33 of file pruneFileCache.php.
PruneFileCache::__construct | ( | ) |
Definition at line 38 of file pruneFileCache.php.
PruneFileCache::execute | ( | ) |
Definition at line 45 of file pruneFileCache.php.
References $wgFileCacheDirectory, $wgUseFileCache, and prune_directory().
|
protected |
string | $dir | |
string | bool | $report | Use 'report' to report the directories being scanned |
Definition at line 84 of file pruneFileCache.php.
References $path, and prune_directory().
Referenced by execute(), and prune_directory().
|
protected |
Definition at line 36 of file pruneFileCache.php.