Occurs when ASP.NET finishes updating caching modules and storing responses that are used to serve subsequent requests from the cache.
The HttpApplication.PostUpdateRequestCache event is raised after the HttpApplication.UpdateRequestCache event has occurred. When the HttpApplication.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 Consuming Events.