Method Remove
Remove(String)
Removes the specified item from the cache.
Declaration
public override void Remove(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | Unique key of the item to be removed. |
Overrides
System.Web.Caching.OutputCacheProvider.Remove(System.String)