The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication.PostUpdateRequestCache Event
.NET Framework (current version)
Occurs when ASP.NET finishes updating caching modules and storing responses that are used to serve subsequent requests from the cache.
Assembly: System.Web (in System.Web.dll)
The PostUpdateRequestCache event is raised after the UpdateRequestCache event has occurred. When the PostUpdateRequestCache is raised, ASP.NET has completed processing code and the content of the cache is finalized.
For more information about how to handle events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: