Open sandboxFocus

Method RemoveItem

RemoveItem(string)

Removes a cache item from the cache given its key.

Declaration
public void RemoveItem(string key)
Parameters
Type Name Description
string key

The key of the cache item.