Home
last modified time | relevance | path

Searched refs:useCache (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/lib/exe/
H A Djquery.php35 $cache_ok = $cache->useCache(['files' => $cache_files]);
H A Djs.php95 $cache_ok = $cache->useCache(['files' => $cache_files]);
H A Dcss.php128 $cache_ok = $cache->useCache(['files' => $cache_files]);
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php42 !$cache->useCache(['age' => 3600 * 24])
82 if (!$cache->useCache(['age' => 60 * 10, 'purge' => !$usecache])) {
117 !$cache->useCache(['age' => 3600 * 24])
/dokuwiki/inc/Cache/
H A DCache.php25 protected $_event = ''; // event to be triggered during useCache
76 public function useCache($depends = []) function in dokuwiki\\Cache\\Cache
106 * @internal This method may only be called by the event handler! Call \dokuwiki\Cache\Cache::useCache instead!
108 * @return bool see useCache()
/dokuwiki/inc/
H A Dparserutils.php152 if ($cache->useCache()) {
194 if ($cacheonly || $cache->useCache() || (isset($run[$file]) && !defined('DOKU_UNITTEST'))) {
289 } elseif (!$cachefile->useCache()) {
H A Dmedia.php1796 if (!$cache->useCache()) {
/dokuwiki/
H A Dfeed.php57 if ($cache->useCache($depends)) {