Method ContainsKey
Namespace: Belay.Core
Assembly: Belay.Core.dll
ContainsKey(string)
Checks if a key exists in the cache.
csharppublic static bool ContainsKey(string key)
1
Parameters
key
string
The cache key to check.
Returns
bool
True if the key exists in the cache.