Remove
Last updated
Remove deletes a cached entry by key. If the key does not exist, the function completes without error.
The key of the entry to remove.
Accepts string literals, expressions, or references to string values.
Warning
Calling Remove while the Cache service is not running will throw an exception.
Last updated