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.

Show $var?     Show args?       Only hookable?    

Common

NameReturnSummary 
$buster->html(string $html)
string

Cache bust any assets linked in the given HTML

 
$buster->httpUrl(string $url)
string

Get a cache busting URL (including scheme and hostname) for given asset/file URL

 
$buster->timeStr()
int null string

Get relative base-36 buster time for given time (or request time, if omitted)

 
$buster->url(string $url)
string

Get a cache busting URL for given asset/file URL

 

Properties

NameReturnSummary 
$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.252