Пример #1
0
 public static bool Add(string key, object value)
 {
     return(_cache.Add(key, value));
 }