Home
last modified time | relevance | path

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

/plugin/externalembed/helper/
H A DcacheInterface.php20 public function getExistingCache(string $cache_id) { argument
21 $cache = new cache_externalembed($cache_id);
29 public function updateETag(string $cache_id) { argument
30 $cache = new cache_externalembed($cache_id);
40 public function checkCacheFreshness(string $cache_id, $time): bool { argument
41 $cache = new cache_externalembed($cache_id);
/plugin/explorertree/
H A Dhelper.php118 …$this->cache()->set($cache_id = 'explorertree_cache_'.$dir,$data,60); // store the data itself (ca…