/**
  * Caches this file by copying it into
  * the cache directory
  */
 public function cache()
 {
     return $this->filebase->cacheFile($this);
 }