HttpApplication.PostUpdateRequestCache Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.