MediaWiki  1.23.8
HTMLCacheUpdate Class Reference

Class to invalidate the HTML cache of all the pages linking to a given title. More...

Inheritance diagram for HTMLCacheUpdate:
Collaboration diagram for HTMLCacheUpdate:

Public Member Functions

 __construct (Title $titleTo, $table)
 
 doUpdate ()
 Perform the actual work. More...
 

Public Attributes

string $mTable
 
Title $mTitle
 

Detailed Description

Class to invalidate the HTML cache of all the pages linking to a given title.

Definition at line 29 of file HTMLCacheUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

HTMLCacheUpdate::__construct ( Title  $titleTo,
  $table 
)
Parameters
Title$titleTo
string$table

Definition at line 38 of file HTMLCacheUpdate.php.

Member Function Documentation

◆ doUpdate()

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().

Member Data Documentation

◆ $mTable

string HTMLCacheUpdate::$mTable

Definition at line 32 of file HTMLCacheUpdate.php.

◆ $mTitle

Title HTMLCacheUpdate::$mTitle

Definition at line 30 of file HTMLCacheUpdate.php.


The documentation for this class was generated from the following file: