コード例 #1
0
ファイル: Cache.php プロジェクト: sibphp/sframe
 /**
  * 删除缓存
  */
 public function del($key)
 {
     $this->_store->del($key);
 }