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()
38 return parent::makeDefaultCacheDecision();
34 public function makeDefaultCacheDecision() global() function in dokuwiki\\Cache\\CacheImageMod
H A DCacheParser.php39 public function makeDefaultCacheDecision()
45 return parent::makeDefaultCacheDecision();
40 public function makeDefaultCacheDecision() global() function in dokuwiki\\Cache\\CacheParser
H A DCacheRenderer.php15 public function makeDefaultCacheDecision()
19 if (!parent::makeDefaultCacheDecision()) {
16 public function makeDefaultCacheDecision() global() function in dokuwiki\\Cache\\CacheRenderer
H A DCache.php19 // used by makeDefaultCacheDecision to determine cache validity
67 * don't override this function override makeDefaultCacheDecision()
86 [$this, 'makeDefaultCacheDecision']
91 return $this->stats($this->makeDefaultCacheDecision());
110 public function makeDefaultCacheDecision() function in dokuwiki\\Cache\\Cache