Home
last modified time | relevance | path

Searched refs:retrieveCache (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A DRepository.php137 $data = $this->retrieveCache($id);
149 $data = $this->retrieveCache($id);
185 $data = $this->retrieveCache($id);
188 $data = $this->retrieveCache($id);
302 protected function retrieveCache($id) function in dokuwiki\\plugin\\extension\\Repository
306 return unserialize($cache->retrieveCache(false));
/dokuwiki/inc/Cache/
H A DCacheInstructions.php25 public function retrieveCache($clean = true) function in dokuwiki\\Cache\\CacheInstructions
H A DCache.php159 public function retrieveCache($clean = true) function in dokuwiki\\Cache\\Cache
/dokuwiki/_test/tests/inc/
H A Dcache_stalecheck.test.php18 $stale = $cache->retrieveCache();
/dokuwiki/
H A Dfeed.php60 echo $cache->retrieveCache();
/dokuwiki/inc/
H A Dparserutils.php153 $parsed = $cache->retrieveCache(false);
195 return $cache->retrieveCache();