public function all()
 {
     if (!$this->fresh) {
         $this->loadCacheFiles();
     }
     return parent::all();
 }