Home
last modified time | relevance | path

Searched refs:_nocache (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/Cache/
H A DCache.php27 protected $_nocache = false; // if set to true, cache will not be used or stored variable in dokuwiki\\Cache\\Cache
45 $this->deprecatePublicProperty('_nocache');
112 if ($this->_nocache) {
172 if ($this->_nocache) {
238 return $this->_nocache;
H A DCacheInstructions.php39 if ($this->_nocache) {
H A DCacheRenderer.php66 $this->_nocache = true;