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