Home
last modified time | relevance | path

Searched refs:_time (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/Cache/
H A DCache.php26 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)) {
H A DCacheRenderer.php28 if ($this->_time < @filemtime(metaFN($this->page, '.meta'))) {
35 if ($this->_time >= @filemtime($conf['cachedir'] . '/purgefile')) {