Method | Description | |
---|---|---|
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void | ||
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext ac ) : void | ||
WebApiOutputCacheAttribute ( int timespan, int clientTimeSpan, bool anonymousOnly ) : System |
Method | Description | |
---|---|---|
_isCacheable ( System.Web.Http.Controllers.HttpActionContext ac ) : bool | ||
setClientCache ( ) : |
public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void | ||
actionExecutedContext | System.Web.Http.Filters.HttpActionExecutedContext | |
return | void |
public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext ac ) : void | ||
ac | System.Web.Http.Controllers.HttpActionContext | |
return | void |
public WebApiOutputCacheAttribute ( int timespan, int clientTimeSpan, bool anonymousOnly ) : System | ||
timespan | int | |
clientTimeSpan | int | |
anonymousOnly | bool | |
return | System |