MediaWiki
1.30.0
|
Additional Inherited Members | |
Public Member Functions inherited from CdnCacheUpdate | |
__construct (array $urlArr) | |
doUpdate () | |
Purges the list of URLs passed to the constructor. More... | |
merge (MergeableUpdate $update) | |
Merge this update with $update. More... | |
Static Public Member Functions inherited from CdnCacheUpdate | |
static | expand ( $url) |
Expand local URLs to fully-qualified URLs using the internal protocol and host defined in $wgInternalServer. More... | |
static | newFromTitles ( $titles, $urlArr=[]) |
Create an update object from an array of Title objects, or a TitleArray object. More... | |
static | newSimplePurge (Title $title) |
static | purge (array $urlArr) |
Purges a list of CDN nodes defined in $wgSquidServers. More... | |
Protected Attributes inherited from CdnCacheUpdate | |
string[] | $urls = [] |
Collection of URLs to purge. More... | |
Definition at line 294 of file CdnCacheUpdate.php.