Home
last modified time | relevance | path

Searched +full:cachetime +(+path:plugin +path:siteexport) -(+path:plugin +path:siteexport +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/siteexport/inc/
H A Dsettings.php26 public $cachetime = 0; variable in settings_plugin_siteexport_settings
71 $this->cachetime = $this->getConf('cachetime');
73 $this->cachetime = 0;
H A Dfilewriter.php164 if ($mtime == 0 || $mtime < time()-$this->functions->settings->cachetime)
167 …$this->functions->debug->message("New CacheFile because the file was over the cachetime: ", $cache…
/plugin/siteexport/conf/
H A Ddefault.php16 $conf['cachetime'] = 60*60*24;
H A Dmetadata.php17 $meta['cachetime'] = array('numeric');
/plugin/siteexport/action/
H A Dajax.php1179 $cache = $this->functions->settings->cachetime;