HttpApplication.PostUpdateRequestCache Event

Definition

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

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

Event Type

Remarks

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 Handling and Raising Events.

Applies to

See also