Exemplo n.º 1
0
 public function _expire()
 {
     if ($this->exist()) {
         $this->expire = filemtime($this->file) + Minz_Configuration::delayCache();
     }
 }