HttpResponse::RemoveOutputCacheItem Method
.NET Framework (current version)
Removes cached items from the output cache by using the default output-cache provider.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RemoveOutputCacheItem(String^) | Removes from the cache all cached items that are associated with the default output-cache provider. This method is static. |
![]() ![]() | RemoveOutputCacheItem(String^, String^) | Uses the specified output-cache provider to remove all output-cache items that are associated with the specified path. |
Show:

