OutputCacheProvider::Remove Method (String^)

.NET Framework (current version)
 

Removes the specified entry from the output cache.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Remove(
	String^ key
) abstract

Parameters

key
Type: System::String^

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

.NET Framework
Available since 4.0
Return to top
Show: