Home
last modified time | relevance | path

Searched refs:makeDefaultCacheDecision (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Cache/
H A DCacheImageMod.php33 public function makeDefaultCacheDecision() function in dokuwiki\\Cache\\CacheImageMod
38 return parent::makeDefaultCacheDecision();
H A DCacheParser.php39 public function makeDefaultCacheDecision() function in dokuwiki\\Cache\\CacheParser
45 return parent::makeDefaultCacheDecision();
H A DCacheRenderer.php15 public function makeDefaultCacheDecision() function in dokuwiki\\Cache\\CacheRenderer
19 if (!parent::makeDefaultCacheDecision()) {
H A DCache.php91 return $this->stats($this->makeDefaultCacheDecision());
110 public function makeDefaultCacheDecision() function in dokuwiki\\Cache\\Cache