コード例 #1
0
ファイル: CacheClient.cs プロジェクト: kouweizhong/relib
 public override bool Remove(string key)
 {
     return(m_protocol.Delete(key));
 }