示例#1
0
 public static bool Remove(string key)
 {
     return(_cache.Remove(key));
 }