Home
last modified time | relevance | path

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

/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/extension/helper/
H A Drepository.php86 $this->has_access = ($cache->retrieveCache(false) == 1);
118 return unserialize($cache->retrieveCache(false));
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A Dcache.php100 function retrieveCache($clean=true) { function in cache
283 function retrieveCache() { function in cache_instructions
H A Dparserutils.php150 $parsed = $cache->retrieveCache();
180 return $cache->retrieveCache();
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Cache/
H A DCacheInstructions.php26 public function retrieveCache($clean = true) function in dokuwiki\\Cache\\CacheInstructions
H A DCache.php159 public function retrieveCache($clean = true) function in dokuwiki\\Cache\\Cache
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dparserutils.php137 $parsed = $cache->retrieveCache(false);
178 return $cache->retrieveCache();
/dports/www/dokuwiki/dokuwiki-2020-07-29/
H A Dfeed.php53 print $cache->retrieveCache();