Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dparserutils.php153 $parsed = $cache->retrieveCache(false);
195 return $cache->retrieveCache();
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php98 $this->has_access = ($cache->retrieveCache(false) == 1);
138 return unserialize($cache->retrieveCache(false));
/dokuwiki/
H A Dfeed.php60 echo $cache->retrieveCache();
/dokuwiki/inc/Cache/
H A DCache.php159 public function retrieveCache($clean = true) function in dokuwiki\\Cache\\Cache
H A DCacheInstructions.php25 public function retrieveCache($clean = true)
26 public function retrieveCache($clean = true) global() function in dokuwiki\\Cache\\CacheInstructions