/**
  * get all file ids on the files on the storage
  *
  * @return int[]
  */
 public function getAll()
 {
     return $this->cache->getAll();
 }