ProCache: Buster
ProCache Methods for cache busting file asset URLs.
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the ProCacheBuster class also inherits all the methods and properties of: WireData and Wire.
Common
| Name | Return | Summary | |
|---|---|---|---|
$buster->html() $buster->html(string $html) $buster->html(string $html, array $options = []) | string | Cache bust any assets linked in the given HTML | |
$buster->httpUrl() $buster->httpUrl(string $url) $buster->httpUrl(string $url, array $options = []) | string | Get a cache busting URL (including scheme and hostname) for given asset/file URL | |
$buster->timeStr() $buster->timeStr() $buster->timeStr(int $mtime = 0) | int null string | Get relative base-36 buster time for given time (or request time, if omitted) | |
$buster->url() $buster->url(string $url) $buster->url(string $url, array $options = []) | string | Get a cache busting URL for given asset/file URL |
Properties
| Name | Return | Summary | |
|---|---|---|---|
| $buster->urlType | string | One of "qstr" (?version), "qvar" (?v=version) or "name" (file.version.ext) |
Additional methods and properties
In addition to the methods and properties above, ProCacheBuster also inherits the methods and properties of these classes:
API reference based on ProcessWire core version 3.0.253