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 DSimplePie.php509 public $cache_duration = 3600; variable in SimplePie\\SimplePie
990 $this->cache_duration = $seconds;
1811 $this->data['cache_expiration_time'] = $this->cache_duration + time();
1813 …$cache->set_data($this->get_cache_filename($this->feed_url), $this->data, $this->cache_duration)) {
1931 … $this->data['cache_expiration_time'] = $this->cache_duration + time();
1932 $cache->set_data($cacheKey, $this->data, $this->cache_duration);
1944 $this->data['cache_expiration_time'] = $this->cache_duration + time();
1945 $cache->set_data($cacheKey, $this->data, $this->cache_duration);
2077 'cache_expiration_time' => $this->cache_duration + time(),
2080 if (!$cache->set_data($cacheKey, $this->data, $this->cache_duration)) {
H A DSanitize.php95 private $cache_duration = 3600; variable in SimplePie\\Sanitize
519 …['headers' => $file->get_headers(), 'body' => $file->get_body_content()], $this->cache_duration)) {