Home
last modified time | relevance | path

Searched refs:storeCache (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A DRepository.php104 $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\\Repository
293 $cache->storeCache(serialize($data));
/dokuwiki/inc/Cache/
H A DCacheInstructions.php37 public function storeCache($instructions) function in dokuwiki\\Cache\\CacheInstructions
H A DCache.php170 public function storeCache($data) function in dokuwiki\\Cache\\Cache
/dokuwiki/_test/tests/inc/
H A Dcache_stalecheck.test.php17 $cache->storeCache('Stale');
H A Dcache_use.test.php27 $this->cache->storeCache('Test');
/dokuwiki/
H A Dfeed.php69 $cache->storeCache($feed);
/dokuwiki/inc/
H A Dparserutils.php160 …if (!empty($info['cache']) && $cache->storeCache($parsed)) { // storeCache() attempts to save cach…
199 if ($cache->storeCache($ins)) {
304 $cachefile->storeCache(time());