MediaWiki
1.23.2
|
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 38 of file HTMLCacheUpdate.php.
HTMLCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 43 of file HTMLCacheUpdate.php.
References $count, $job, array(), DB_MASTER, Job\newRootJobParams(), JobQueueGroup\singleton(), wfGetDB(), wfProfileIn(), and wfProfileOut().
string HTMLCacheUpdate::$mTable |
Definition at line 32 of file HTMLCacheUpdate.php.
Title HTMLCacheUpdate::$mTitle |
Definition at line 30 of file HTMLCacheUpdate.php.