Home
last modified time | relevance | path

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

/plugin/ghissues/helper/
H A DapiCacheInterface.php270 var $_etag_time; variable in cache_ghissues_api
291 if (!($this->_etag_time = @filemtime($this->etag))) return false; // Check if cache is there
292 if ( (time() - $this->_etag_time) > $expireInterval ) return false; // Past Sell-By