コード例 #1
0
ファイル: Stockpile.php プロジェクト: yrizos/stockpile
 public function delete($key)
 {
     return $this->driver->delete($key);
 }