CacheManager COUNTER

CacheClient.AddOrUpdate("COUNTER", 0, v => Convert.ToInt32(v) + 1);

原文地址:https://www.cnblogs.com/zwei1121/p/5929107.html