프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateCacheEvictionPolicy | CacheEvictionPolicy | ||
CreateCacheKey | string | ||
GetCache | IObjectInstanceCache | ||
IsCacheable | bool |
메소드 | 설명 | |
---|---|---|
EpiserverWebApiOutputCacheAttribute ( int durationSeconds ) : System | ||
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext ac ) : void | ||
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext ac ) : void |
메소드 | 설명 | |
---|---|---|
CreateCacheEvictionPolicy ( ) : CacheEvictionPolicy | ||
CreateCacheKey ( |
||
GetCache ( ) : IObjectInstanceCache | ||
IsCacheable ( HttpMethod method ) : bool |
public EpiserverWebApiOutputCacheAttribute ( int durationSeconds ) : System | ||
durationSeconds | int | Cache duration in seconds |
리턴 | System |
public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext ac ) : void | ||
ac | System.Web.Http.Filters.HttpActionExecutedContext | |
리턴 | void |
public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext ac ) : void | ||
ac | System.Web.Http.Controllers.HttpActionContext | |
리턴 | void |