예제 #1
0
파일: Apc.php 프로젝트: reoring/sabel
 public function delete($key)
 {
     return $this->kvs->delete($key);
 }