Searched refs:storeCache (Results 1 – 7 of 7) sorted by relevance
104 $this->storeCache($extension['plugin'], $extension);109 $this->storeCache($id, []);223 $this->storeCache($item['plugin'], $item);290 protected function storeCache($id, $data) function in dokuwiki\\plugin\\extension\\Repository293 $cache->storeCache(serialize($data));
37 public function storeCache($instructions) function in dokuwiki\\Cache\\CacheInstructions
170 public function storeCache($data) function in dokuwiki\\Cache\\Cache
17 $cache->storeCache('Stale');
27 $this->cache->storeCache('Test');
69 $cache->storeCache($feed);
160 …if (!empty($info['cache']) && $cache->storeCache($parsed)) { // storeCache() attempts to save cach…199 if ($cache->storeCache($ins)) {304 $cachefile->storeCache(time());