HttpApplication.PostUpdateRequestCache 事件

定義

當 ASP.NET 完成更新快取模組並儲存回應 (用來從快取中服務後續的要求) 時發生。

public:
 event EventHandler ^ PostUpdateRequestCache;
public event EventHandler PostUpdateRequestCache;
member this.PostUpdateRequestCache : EventHandler 
Public Custom Event PostUpdateRequestCache As EventHandler 

事件類型

備註

事件發生之後, UpdateRequestCache 就會 PostUpdateRequestCache 引發事件。 PostUpdateRequestCache引發 時,ASP.NET 已完成處理常式代碼,並完成快取的內容。

如需如何處理事件的詳細資訊,請參閱 處理和引發事件

適用於

另請參閱