Home
last modified time | relevance | path

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

/dokuwiki/
H A Dfeed.php40 $cacheKey = $options->getCacheKey([ variable
45 if ($cacheKey !== null) {
46 $cache = new Cache($cacheKey, '.feed');
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php1873 $cacheKey = $this->get_cache_filename($this->feed_url);
1878 $this->data = $cache->get_data($cacheKey, []);
1883 $cache->delete_data($cacheKey);
1932 $cache->set_data($cacheKey, $this->data, $this->cache_duration);
1945 $cache->set_data($cacheKey, $this->data, $this->cache_duration);
2080 if (!$cache->set_data($cacheKey, $this->data, $this->cache_duration)) {