共用方式為


HttpResponseWrapper.RemoveOutputCacheItem 方法

定義

使用預設輸出快取區提供者,從輸出快取區移除快取的項目。

多載

RemoveOutputCacheItem(String, String)

使用指定的輸出快取移除提供者,移除所有與指定路徑相關聯的輸出快取成品。

RemoveOutputCacheItem(String)

從快取移除與指定路徑關聯的所有快取項目。

RemoveOutputCacheItem(String, String)

使用指定的輸出快取移除提供者,移除所有與指定路徑相關聯的輸出快取成品。

public:
 override void RemoveOutputCacheItem(System::String ^ path, System::String ^ providerName);
public override void RemoveOutputCacheItem (string path, string providerName);
override this.RemoveOutputCacheItem : string * string -> unit
Public Overrides Sub RemoveOutputCacheItem (path As String, providerName As String)

參數

path
String

從快取中移除之項目的虛擬絕對路徑。

providerName
String

提供者,用來移除所有與指定路徑相關聯的輸出快取成品。

例外狀況

pathnull

path 是無效路徑。

備註

呼叫這個方法,以移除與網站組態檔中指定的自訂輸出快取提供者相關聯的輸出快取專案。 若要移除與預設輸出快取提供者相關聯的輸出快取專案,請呼叫 RemoveOutputCacheItem(String) 方法多載。

適用於

RemoveOutputCacheItem(String)

從快取移除與指定路徑關聯的所有快取項目。

public:
 override void RemoveOutputCacheItem(System::String ^ path);
public override void RemoveOutputCacheItem (string path);
override this.RemoveOutputCacheItem : string -> unit
Public Overrides Sub RemoveOutputCacheItem (path As String)

參數

path
String

要從快取中移除之項目的虛擬絕對路徑。

適用於