C# 클래스 webapi_outputcache.WebApiOutputCacheAttribute

상속: System.Web.Http.Filters.ActionFilterAttribute
파일 보기 프로젝트 열기: darrelmiller/HypermediaApiSite

공개 메소드들

메소드 설명
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext ac ) : void
WebApiOutputCacheAttribute ( int timespan, int clientTimeSpan, bool anonymousOnly ) : System

비공개 메소드들

메소드 설명
_isCacheable ( System.Web.Http.Controllers.HttpActionContext ac ) : bool
setClientCache ( ) : CacheControlHeaderValue

메소드 상세

OnActionExecuted() 공개 메소드

public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
리턴 void

OnActionExecuting() 공개 메소드

public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext ac ) : void
ac System.Web.Http.Controllers.HttpActionContext
리턴 void

WebApiOutputCacheAttribute() 공개 메소드

public WebApiOutputCacheAttribute ( int timespan, int clientTimeSpan, bool anonymousOnly ) : System
timespan int
clientTimeSpan int
anonymousOnly bool
리턴 System