コード例 #1
0
 /**
  * Move a file or folder in the cache
  *
  * @param string $source
  * @param string $target
  */
 public function move($source, $target)
 {
     $this->cache->move($source, $target);
 }