HttpResponseWrapper::RemoveOutputCacheItem Method

.NET Framework (current version)
 

Removes cached items from the output cache by using the default output-cache provider.

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

NameDescription
System_CAPS_pubmethodRemoveOutputCacheItem(String^)

Removes from the cache all cached items that are associated with the specified path.(Overrides HttpResponseBase::RemoveOutputCacheItem(String^).)

System_CAPS_pubmethodRemoveOutputCacheItem(String^, String^)

Uses the specified output-cache provider to remove all output-cache artifacts that are associated with the specified path.(Overrides HttpResponseBase::RemoveOutputCacheItem(String^, String^).)

Return to top
Show: