Exemplo n.º 1
0
 /// <summary>
 /// Determines whether the specified key exists or not.
 /// </summary>
 /// <param name="key">The key value to be checked.</param>
 /// <returns>
 ///   <c>true</c> if the key exists; otherwise <c>false</c>.
 /// </returns>
 public bool Exists(string key)
 {
     return(CacheInstance.ContainsKey(key));
 }