Searched refs:cacheTime (Results 1 – 6 of 6) sorted by relevance
11 private $cacheTime = 3600; // Cache standardmäßig für 1 Stunde variable in helper_plugin_pagestats18 $cacheTime = $this->getConf('cacheTime');19 if (is_numeric($cacheTime)) {20 $this->cacheTime = (int)$cacheTime;26 $_POST['config']['plugin']['pagestats']['cacheTime'] != $this->cacheTime) {148 if ($this->cacheTime <= 0) return; // Caching disabled165 if ($this->cacheTime <= 0) return null; // Caching disabled179 if (time() - $data['time'] > $this->cacheTime) {
97 $cacheTime = $this->getConf('cacheTime');99 if ($cacheTime > 0) {100 echo $this->getLang('admin_cache_time') . ' ' . $cacheTime . ' ' . 102 number_format($cacheTime / 3600, 1) . ' ' .
23 - **cacheTime**: Cache lifetime in seconds (0 to disable caching)
633 $cacheTime = $conf['cachetime'];634 if ($cacheTime === null) {639 return DataType::toInteger($cacheTime);641 …LogUtility::error("The global `cachetime` configuration has a value ($cacheTime) that is not an in…
251 var cacheTime = new Date();288 benchmark("Building cache for " + totalRows + " rows:", cacheTime);
1715 $cacheTime = filemtime($cacheFile);1771 filemtime($file) <= self::$cacheTime) {