示例#1
0
文件: Cache.php 项目: sibphp/sframe
 /**
  * 删除缓存
  */
 public function del($key)
 {
     $this->_store->del($key);
 }