Home
last modified time | relevance | path

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

/plugin/linkcheck/
Dhelper.php16 private $usecache=null; #use usecache() to access this. variable in helper_plugin_linkcheck
19 $this->usecache = $this->getConf('usecache');
20 if($this->usecache && !class_exists('SQLite3',false)){
22 $this->usecache=false;
26 return $this->usecache;