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 abstract Task RemoveAsync(
	string key
)

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: