Method Remove
Namespace: Belay.Core
Assembly: Belay.Core.dll
Remove(string)
Removes a specific cached value.
csharppublic static bool Remove(string key)
1
Parameters
key
string
The cache key to remove.
Returns
bool
True if the value was removed, false if it didn't exist.