HttpApplication.UpdateRequestCache Evento
Definição
Ocorre quando o ASP.NET conclui a execução de um manipulador de eventos para permitir que os módulos de cache armazenem as respostas que serão usadas para atender a solicitações posteriores do cache.Occurs when ASP.NET finishes executing an event handler in order to let caching modules store responses that will be used to serve subsequent requests from the cache.
public:
event EventHandler ^ UpdateRequestCache;
public event EventHandler UpdateRequestCache;
member this.UpdateRequestCache : EventHandler
Public Custom Event UpdateRequestCache As EventHandler
Tipo de evento
Comentários
Para obter mais informações sobre como lidar com eventos, consulte manipulando e gerando eventos.For more information about how to handle events, see Handling and Raising Events.