Skip to content

Method ContainsKey

Namespace: Belay.Core
Assembly: Belay.Core.dll

ContainsKey(string)

Checks if a key exists in the cache.

csharp
public static bool ContainsKey(string key)

Parameters

key string

The cache key to check.

Returns

bool

True if the key exists in the cache.

Released under the Apache License 2.0.