HttpResponseWrapper.RemoveOutputCacheItem Method

Definition

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

Overloads

RemoveOutputCacheItem(String, String)

Uses the specified output-cache provider to remove all output-cache artifacts that are associated with the specified path.

RemoveOutputCacheItem(String)

Removes from the cache all cached items that are associated with the specified path.

RemoveOutputCacheItem(String, String)

Uses the specified output-cache provider to remove all output-cache artifacts that are associated with the specified path.

C#
public override void RemoveOutputCacheItem(string path, string providerName);

Parameters

path
String

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

providerName
String

The provider that is used to remove the output-cache artifacts that are associated with the specified path.

Exceptions

path is null.

path is an invalid path.

Remarks

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

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

RemoveOutputCacheItem(String)

Removes from the cache all cached items that are associated with the specified path.

C#
public override void RemoveOutputCacheItem(string path);

Parameters

path
String

The virtual absolute path to the items to be removed from the cache.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1