示例#1
0
文件: Apc.php 项目: reoring/sabel
 public function delete($key)
 {
     return $this->kvs->delete($key);
 }