MediaWiki REL1_35
|
HTMLFileCache purge update for a set of titles. More...
Public Member Functions | |
__construct (array $prefixedDbKeys) | |
doUpdate () | |
Perform the actual work. | |
merge (MergeableUpdate $update) | |
Merge this update with $update. | |
Static Public Member Functions | |
static | newFromTitles ( $titles) |
Private Attributes | |
string[] | $prefixedDbKeys = [] |
List of page prefixed DB keys. | |
HTMLFileCache purge update for a set of titles.
Definition at line 29 of file HtmlFileCacheUpdate.php.
HtmlFileCacheUpdate::__construct | ( | array | $prefixedDbKeys | ) |
string[] | $prefixedDbKeys | List of page prefixed DB keys |
Definition at line 36 of file HtmlFileCacheUpdate.php.
References $prefixedDbKeys.
HtmlFileCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 61 of file HtmlFileCacheUpdate.php.
References HTMLFileCache\clearFileCache().
HtmlFileCacheUpdate::merge | ( | MergeableUpdate | $update | ) |
Merge this update with $update.
MergeableUpdate | $update | Update of the same class type |
Implements MergeableUpdate.
Definition at line 40 of file HtmlFileCacheUpdate.php.
|
static |
Definition at line 52 of file HtmlFileCacheUpdate.php.
References $prefixedDbKeys, and $title.
Referenced by HtmlCacheUpdater\purgeTitleUrls().
|
private |
List of page prefixed DB keys.
Definition at line 31 of file HtmlFileCacheUpdate.php.
Referenced by __construct(), and newFromTitles().