Home
last modified time | relevance | path

Searched refs:CACHE_BUSTER_KEY (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DIFetcher.php51 public const CACHE_BUSTER_KEY = "tseed"; define
H A DIFetcherAbs.php74 $url->setQueryParameter(IFetcher::CACHE_BUSTER_KEY, $buster);
/plugin/combo/action/
H A Dstaticresource.php181 $busterKey = $_GET[IFetcher::CACHE_BUSTER_KEY] ?? null;
399 if (in_array($key, ["media", "tok", IFetcher::CACHE_BUSTER_KEY])) {
H A Dcache.php128 if (isset($_REQUEST[IFetcher::CACHE_BUSTER_KEY])) {