コード例 #1
0
ファイル: CacheHelper.cs プロジェクト: tuolei911/FindTV
 public static bool Add(string key, object value)
 {
     return(_cache.Add(key, value));
 }