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
62 // 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'];
43 $maxage = max($conf['cachetime'], 3600); // cachetime or one hour192 * Returns the wanted cachetime in seconds199 * @return int cachetime in seconds206 if (strtolower($cache) == 'recache') return $conf['cachetime']; //use standard cache
1889 * @param int $cache cachetime in seconds
86 $conf['cachetime'] = 60*60*24; //maximum age for cachefile in seconds (defaults to a day)
192 $meta['cachetime'] = ['numeric'];