Searched refs:cache_duration (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | SimplePie.php | 509 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 D | Sanitize.php | 95 private $cache_duration = 3600; variable in SimplePie\\Sanitize 519 …['headers' => $file->get_headers(), 'body' => $file->get_body_content()], $this->cache_duration)) {
|