OutputCacheProviderAsync::RemoveAsync Method (String^)

 

Asynchronously removes the specified entry from the output cache.

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

public:
virtual Task^ RemoveAsync(
	String^ key
) abstract

Parameters

key
Type: System::String^

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

Return Value

Type: System.Threading.Tasks::Task^

The status of the operation.

.NET Framework
Available since 4.6.2
Return to top
Show: