System.Web.HttpResponse.RemoveOutputCacheItem Method

Removes from the cache all cached items that are associated with the default output-cache provider. This method is static.

Syntax

public static void RemoveOutputCacheItem (string path)

Parameters

path
The virtual absolute path to the items that are removed from the cache.

Remarks

Call this method to remove output-cache items that are associated with the default output-cache provider. Call the HttpResponse.RemoveOutputCacheItem(string, string) method to remove output-cache items that are associated with custom output-cache providers that are specified in the Web site configuration file.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0