System.Web.HttpApplication.PostUpdateRequestCache Event

Occurs when ASP.NET finishes updating caching modules and storing responses that are used to serve subsequent requests from the cache.

Syntax

public event EventHandler PostUpdateRequestCache

Remarks

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.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0