MediaWiki
REL1_22
|
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. | |
Public Attributes | |
$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 | ||
) |
$titleTo | |
$table | |
$start | bool |
$end | bool |
Definition at line 42 of file HTMLCacheUpdate.php.
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 47 of file HTMLCacheUpdate.php.
References $count, $job, array(), Job\newRootJobParams(), JobQueueGroup\singleton(), wfGetDB(), wfProfileIn(), and wfProfileOut().
HTMLCacheUpdate::$mTable |
Definition at line 34 of file HTMLCacheUpdate.php.
Title HTMLCacheUpdate::$mTitle |
Definition at line 32 of file HTMLCacheUpdate.php.