Searched refs:cache_id (Results 1 – 2 of 2) sorted by relevance
20 public function getExistingCache(string $cache_id) { argument21 $cache = new cache_externalembed($cache_id);29 public function updateETag(string $cache_id) { argument30 $cache = new cache_externalembed($cache_id);40 public function checkCacheFreshness(string $cache_id, $time): bool { argument41 $cache = new cache_externalembed($cache_id);
118 …$this->cache()->set($cache_id = 'explorertree_cache_'.$dir,$data,60); // store the data itself (ca…