MediaWiki REL1_40
|
HTMLFileCache purge update for a set of titles. More...
Inherits DeferrableUpdate, and 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 31 of file HtmlFileCacheUpdate.php.
HtmlFileCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 66 of file HtmlFileCacheUpdate.php.
References HTMLFileCache\clearFileCache().
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 MergeableUpdate.
Definition at line 42 of file HtmlFileCacheUpdate.php.
|
static |
iterable<PageIdentity> | $pages PageIdentity instances |
Definition at line 56 of file HtmlFileCacheUpdate.php.
Referenced by HtmlCacheUpdater\purgeTitleUrls().