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