C# Class CTCClassSchedule.ActionOutputCacheAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
Afficher le fichier Open project: BellevueCollege/ClassSchedule

Méthodes publiques

Méthode Description
ActionOutputCacheAttribute ( string cacheDuration = "DefaultCacheTime" ) : System
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void

Private Methods

Méthode Description
ComputeCacheKey ( System.Web.Mvc.ActionExecutingContext filterContext ) : string

Method Details

ActionOutputCacheAttribute() public méthode

public ActionOutputCacheAttribute ( string cacheDuration = "DefaultCacheTime" ) : System
cacheDuration string
Résultat System

OnActionExecuting() public méthode

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void

OnResultExecuted() public méthode

public OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ResultExecutedContext
Résultat void