Searched full:_time (Results 1 – 2 of 2) sorted by relevance
26 protected $_time; variable in dokuwiki\\Cache\\Cache 44 $this->deprecatePublicProperty('_time');50 return $this->_time;118 if (!($this->_time = @filemtime($this->cache))) {123 if (!empty($this->depends['age']) && ((time() - $this->_time) > $this->depends['age'])) {129 if ($this->_time <= @filemtime($file)) {
28 if ($this->_time < @filemtime(metaFN($this->page, '.meta'))) {35 if ($this->_time >= @filemtime($conf['cachedir'] . '/purgefile')) {