Home
last modified time | relevance | path

Searched +full:cachetime -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Cache/
H A DCacheRenderer.php62 // default renderer cache file 'age' is dependent on 'cachetime' setting, two special values:
65 if ($conf['cachetime'] == -1) {
68 } elseif ($conf['cachetime'] > 0) {
70 min($this->depends['age'], $conf['cachetime']) : $conf['cachetime'];
/dokuwiki/inc/
H A Dfetch.functions.php43 $maxage = max($conf['cachetime'], 3600); // cachetime or one hour
192 * Returns the wanted cachetime in seconds
199 * @return int cachetime in seconds
206 if (strtolower($cache) == 'recache') return $conf['cachetime']; //use standard cache
H A Dmedia.php1881 * @param int $cache cachetime in seconds
/dokuwiki/conf/
H A Ddokuwiki.php86 $conf['cachetime'] = 60*60*24; //maximum age for cachefile in seconds (defaults to a day)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php192 $meta['cachetime'] = ['numeric'];