public static bool Contains(string key) { Check.Argument.IsNotNullOrEmpty(key, "key"); return(InternalCache.Contains(key)); }