Skip to content

Method Remove

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

Remove(string)

Removes a specific cached value.

csharp
public static bool Remove(string key)

Parameters

key string

The cache key to remove.

Returns

bool

True if the value was removed, false if it didn't exist.

Released under the Apache License 2.0.