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