HttpApplication.PostUpdateRequestCache 事件
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 ASP.NET 完成缓存模块的更新并存储了用于从缓存中为后续请求提供服务的响应后,发生此事件。
public:
event EventHandler ^ PostUpdateRequestCache;
C#
public event EventHandler PostUpdateRequestCache;
member this.PostUpdateRequestCache : EventHandler
Public Custom Event PostUpdateRequestCache As EventHandler
事件发生 PostUpdateRequestCache 后, UpdateRequestCache 将引发该事件。 PostUpdateRequestCache引发 时,ASP.NET 已完成处理代码,缓存内容已完成。
有关如何处理事件的详细信息,请参阅 处理和引发事件。
产品 | 版本 |
---|---|
.NET Framework | 2.0, 3.0, 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 |