Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php173 public $config_cache_maxage = null; variable in phpthumb
803 …ctory() set to purge ('.(null === $this->config_cache_maxage ? 'NULL' : number_format($this->confi…
822 …if (($this->config_cache_maxage > 0) || ($this->config_cache_maxsize > 0) || ($this->config_cache_…
877 if ($this->config_cache_maxage > 0) {
878 $mindate = time() - $this->config_cache_maxage;
893 …etedKeys['maxage']).' files based on (config_cache_maxage='.$this->config_cache_maxage.')', __FILE…
4244 …->config_cache_maxage = '.$this->phpThumbDebugVarDump($this->config_cache_maxage);