Method | Description | |
---|---|---|
ActionOutputCacheAttribute ( string cacheDuration = "DefaultCacheTime" ) : System | ||
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void |
Method | Description | |
---|---|---|
ComputeCacheKey ( System.Web.Mvc.ActionExecutingContext filterContext ) : string |
public ActionOutputCacheAttribute ( string cacheDuration = "DefaultCacheTime" ) : System | ||
cacheDuration | string | |
return | System |
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
return | void |
public OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ResultExecutedContext | |
return | void |