Beispiel #1
0
 public override bool Remove(string key)
 {
     return(client.Delete(key));
 }
Beispiel #2
0
 public override void Remove(string key)
 {
     client.Delete(key);
 }