Home
last modified time | relevance | path

Searched full:_nocache (Results 1 – 11 of 11) sorted by relevance

/plugin/notification/action/
H A Dcache.php51 $cache->_nocache = true;
58 '_nocache' => false
64 $cache->_nocache = $data['_nocache'];
/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;
/plugin/filelisting/action/
H A Dcache.php55 $cache->_nocache = true;
/plugin/approve/action/
H A Dcache.php39 $cache->_nocache = true;
/plugin/ireadit/action/
H A Dnotification.php26 …$event->data['_nocache'] = true; // TODO: notification cache mechanism should be updated to "Igor"…
/plugin/telleveryone/action/
H A Dnotification.php54 $event->data['_nocache'] = true;
/plugin/externalembed/helper/
H A DcacheInterface.php211 if($this->_nocache) return false;
/plugin/ghissues/helper/
H A DapiCacheInterface.php282 if ( $this->_nocache ) return false;
/plugin/openlayersmap/syntax/
H A Dolmap.php107 $_nocache = false;
125 $_nocache = true;
157 if ($_nocache) {