示例#1
0
 public static bool Contains(string key, string source = _CacheSource)
 {
     return(Caching.Contains(source, key));
 }