Searched refs:cacheKey (Results 1 – 2 of 2) sorted by relevance
40 $cacheKey = $options->getCacheKey([ variable45 if ($cacheKey !== null) {46 $cache = new Cache($cacheKey, '.feed');
1873 $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)) {