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. |
Removes a cache item from the cache given its key.
public void RemoveItem(string key)
Type | Name | Description |
---|---|---|
string | key | The key of the cache item. |