Home
last modified time | relevance | path

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

/plugin/ghissues/helper/
H A DapiCacheInterface.php288 public function sniffETag($expireInterval) { argument
289 if ( $expireInterval < 0 ) return true;
290 if ( $expireInterval == 0 ) return false;
292 if ( (time() - $this->_etag_time) > $expireInterval ) return false; // Past Sell-By