Example #1
0
 public function isCacheable()
 {
     if (File::diffTime($this->path . $this->filename, $this->cachePath . md5($this->filename))) {
         return false;
     }
     return true;
 }