Home
last modified time | relevance | path

Searched refs:storeCache (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/
H A Dparserutils.php160 if (!empty($info['cache']) && $cache->storeCache($parsed)) { // storeCache() attempts to save cachefile
199 if ($cache->storeCache($ins)) {
304 $cachefile->storeCache(time());
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php58 $cache->storeCache(serialize($extension));
88 $cache->storeCache(0);
92 $cache->storeCache(0);
95 $cache->storeCache(1);
126 $cache->storeCache(serialize($result[0]));
170 $cache->storeCache(serialize($ext));
/dokuwiki/
H A Dfeed.php69 $cache->storeCache($feed);
/dokuwiki/inc/Cache/
H A DCache.php170 public function storeCache($data) function in dokuwiki\\Cache\\Cache
H A DCacheInstructions.php37 public function storeCache($instructions)
38 public function storeCache($instructions) global() function in dokuwiki\\Cache\\CacheInstructions