WebCache.Remove(String) Method

Definition

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.

Applies to