C# 클래스 Junior.Route.AspNetIntegration.ResponseHandlers.NonCacheableResponseHandler

상속: IResponseHandler
파일 보기 프로젝트 열기: nathan-alden/junior-route 1 사용 예제들

공개 메소드들

메소드 설명
HandleResponseAsync ( System.Web.HttpContextBase context, IResponse suggestedResponse, ICache cache, string cacheKey ) : Task

메소드 상세

HandleResponseAsync() 공개 메소드

public HandleResponseAsync ( System.Web.HttpContextBase context, IResponse suggestedResponse, ICache cache, string cacheKey ) : Task
context System.Web.HttpContextBase
suggestedResponse IResponse
cache ICache
cacheKey string
리턴 Task