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 MustOverride Sub Remove (
	key As String
)

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: