This documentation is archived and is not being maintained.
HttpApplication.ResolveRequestCache Event
.NET Framework 1.1
Occurs when ASP.NET completes an authorization event to let the caching modules serve requests from the cache, bypassing execution of the handler (the page or XML Web service, for example).
[Visual Basic] Public Event ResolveRequestCache As EventHandler [C#] public event EventHandler ResolveRequestCache; [C++] public: __event EventHandler* ResolveRequestCache;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
The event handler receives an argument of type EventArgs.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpApplication Class | HttpApplication Members | System.Web Namespace
Show: