Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php101 private $cache_duration = 3600; variable in SimplePie\\Sanitize
432 if ($cache->set_data($image_url, ['headers' => $file->headers, 'body' => $file->body], $this->cache_duration)) {
H A DSimplePie.php537 public $cache_duration = 3600; variable in SimplePie\\SimplePie
920 $this->cache_duration = (int) $seconds;
1668 $this->data['cache_expiration_time'] = $this->cache_duration + time();
1669 if ($cache && ! $cache->set_data($this->get_cache_filename($this->feed_url), $this->data, $this->cache_duration)) {
1785 $cache->set_data($cacheKey, $this->data, $this->cache_duration);
1791 $cache->set_data($cacheKey, $this->data, $this->cache_duration);
1892 'cache_expiration_time' => $this->cache_duration + time(),
1895 if (!$cache->set_data($cacheKey, $this->data, $this->cache_duration)) {