MediaWiki
1.29.1
|
Class to invalidate the HTML cache of all the pages linking to a given title. More...
Public Member Functions | |
__construct (Title $titleTo, $table) | |
doUpdate () | |
Perform the actual work. More... | |
Public Attributes | |
string | $mTable |
Title | $mTitle |
Class to invalidate the HTML cache of all the pages linking to a given title.
Definition at line 29 of file HTMLCacheUpdate.php.
HTMLCacheUpdate::__construct | ( | Title | $titleTo, |
$table | |||
) |
Title | $titleTo | |
string | $table |
Definition at line 40 of file HTMLCacheUpdate.php.
HTMLCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 45 of file HTMLCacheUpdate.php.
References $job, HTMLCacheUpdateJob\newForBacklinks(), and JobQueueGroup\singleton().
string HTMLCacheUpdate::$mTable |
Definition at line 34 of file HTMLCacheUpdate.php.
Title HTMLCacheUpdate::$mTitle |
Definition at line 31 of file HTMLCacheUpdate.php.