Searched refs:cache_duration (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Sanitize.php | 100 private $cache_duration = 3600; variable in SimplePie\\Sanitize 431 …et_data($image_url, ['headers' => $file->headers, 'body' => $file->body], $this->cache_duration)) {
|
D | SimplePie.php | 918 $this->cache_duration = (int) $seconds; 1666 $this->data['cache_expiration_time'] = $this->cache_duration + time(); 1667 …$cache->set_data($this->get_cache_filename($this->feed_url), $this->data, $this->cache_duration)) { 1783 $cache->set_data($cacheKey, $this->data, $this->cache_duration); 1789 $cache->set_data($cacheKey, $this->data, $this->cache_duration); 1890 'cache_expiration_time' => $this->cache_duration + time(), 1893 if (!$cache->set_data($cacheKey, $this->data, $this->cache_duration)) {
|