MediaWiki master
|
HTMLFileCache purge update for a set of titles. More...
Inherits MediaWiki\Deferred\DeferrableUpdate, and MediaWiki\Deferred\MergeableUpdate.
Public Member Functions | |
doUpdate () | |
Perform the actual work. | |
merge (MergeableUpdate $update) | |
Merge this enqueued update with a new MergeableUpdate of the same qualified class name. | |
Static Public Member Functions | |
static | newFromPages ( $pages) |
HTMLFileCache purge update for a set of titles.
Definition at line 34 of file HtmlFileCacheUpdate.php.
MediaWiki\Deferred\HtmlFileCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements MediaWiki\Deferred\DeferrableUpdate.
Definition at line 69 of file HtmlFileCacheUpdate.php.
MediaWiki\Deferred\HtmlFileCacheUpdate::merge | ( | MergeableUpdate | $update | ) |
Merge this enqueued update with a new MergeableUpdate of the same qualified class name.
MergeableUpdate | $update | The new update (having the same class) |
Implements MediaWiki\Deferred\MergeableUpdate.
Definition at line 45 of file HtmlFileCacheUpdate.php.
|
static |
iterable<PageIdentity> | $pages PageIdentity instances |
Definition at line 59 of file HtmlFileCacheUpdate.php.
Referenced by MediaWiki\Cache\HTMLCacheUpdater\purgeTitleUrls().