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