HttpResponse.RemoveOutputCacheItem 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用預設輸出快取區提供者,從輸出快取區移除快取的項目。
多載
RemoveOutputCacheItem(String, String) |
使用指定的輸出快取提供者,移除所有與指定之路徑關聯的輸出快取項目。 |
RemoveOutputCacheItem(String) |
從快取移除與預設輸出快取提供者關聯的所有快取項目。 此方法為靜態。 |
RemoveOutputCacheItem(String, String)
使用指定的輸出快取提供者,移除所有與指定之路徑關聯的輸出快取項目。
public:
static void RemoveOutputCacheItem(System::String ^ path, System::String ^ providerName);
public static void RemoveOutputCacheItem (string path, string providerName);
static member RemoveOutputCacheItem : string * string -> unit
Public Shared Sub RemoveOutputCacheItem (path As String, providerName As String)
參數
- path
- String
從快取中移除之項目的虛擬絕對路徑。
- providerName
- String
提供者,用來移除所有與指定路徑相關聯的輸出快取成品。
例外狀況
path
為 null。
path
是無效路徑。
備註
呼叫這個方法,以移除與網站組態檔中指定的自訂輸出快取提供者相關聯的輸出快取專案。 若要移除與預設輸出快取提供者相關聯的輸出快取專案,請呼叫 RemoveOutputCacheItem(String) 方法多載。
適用於
RemoveOutputCacheItem(String)
從快取移除與預設輸出快取提供者關聯的所有快取項目。 此方法為靜態。
public:
static void RemoveOutputCacheItem(System::String ^ path);
public static void RemoveOutputCacheItem (string path);
static member RemoveOutputCacheItem : string -> unit
Public Shared Sub RemoveOutputCacheItem (path As String)
參數
- path
- String
從快取中移除之項目的虛擬絕對路徑。
例外狀況
path
為 null
。
path
不是絕對虛擬路徑。
備註
呼叫這個方法,以移除與預設輸出快取提供者相關聯的輸出快取專案。 RemoveOutputCacheItem呼叫 方法,以移除與網站組態檔中指定的自訂輸出快取提供者相關聯的輸出快取專案。