Beispiel #1
0
 public static long Decrement(string key, long amount)
 {
     return(_cache.Decrement(key, amount));
 }