HttpApplication.PostUpdateRequestCache 이벤트

정의

ASP.NET에서 캐싱 모듈의 업데이트 및 캐시의 다음 요청을 처리하는 데 사용되는 응답의 저장을 완료하는 경우 발생합니다.

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

이벤트 유형

설명

이벤트가 PostUpdateRequestCache 발생한 후에 UpdateRequestCache 이벤트가 발생합니다. 가 PostUpdateRequestCache 발생하면 ASP.NET 코드 처리를 완료하고 캐시의 콘텐츠가 완료됩니다.

이벤트를 처리 하는 방법에 대 한 자세한 내용은 참조 하세요. 이벤트 처리 및 발생합니다.

적용 대상

추가 정보