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