WebCache.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified item from the WebCache object.
public static dynamic Remove(string key);
static member Remove : string -> obj
Public Shared Function Remove (key As String) As Object
Parameters
- key
- String
The identifier for the cache item to remove.
Returns
The item removed from the WebCache object. If the item is not found, returns null.