OutputCacheProvider.Remove(String) Method

Definition

Removes the specified entry from the output cache.

public:
 abstract void Remove(System::String ^ key);
public abstract void Remove (string key);
abstract member Remove : string -> unit
Public MustOverride Sub Remove (key As String)

Parameters

key
String

The unique identifier for the entry to remove from the output cache.

Applies to