MediaWiki REL1_39
|
HTMLFileCache purge update for a set of titles. More...
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) |
static | newFromTitles ( $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 77 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 67 of file HtmlFileCacheUpdate.php.
Referenced by newFromTitles(), and HtmlCacheUpdater\purgeTitleUrls().
|
static |
iterable<PageIdentity> | $pages PageIdentity instances |
Definition at line 56 of file HtmlFileCacheUpdate.php.
References newFromPages(), and wfDeprecated().