Home
last modified time | relevance | path

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

/plugin/linkcheck/
Dhelper.php13 private $cacheexpirytime=null; #use getcacheexpirytime() to access this. variable in helper_plugin_linkcheck
57 if(!isset($this->cacheexpirytime)){
58 $this->cacheexpirytime=expiry_totime($this->getConf('cacheexpiry'));
60 return $this->cacheexpirytime;