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