C# Class WebApi.OutputCache.V2.AutoInvalidateCacheOutputAttribute

Inheritance: WebApi.OutputCache.V2.BaseCacheAttribute
Afficher le fichier Open project: kaevans/globalscaledemo

Méthodes publiques

Méthode Description
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void

Private Methods

Méthode Description
FindAllGetMethods ( Type controllerType, IEnumerable httpParameterDescriptors ) : IEnumerable

Method Details

OnActionExecuted() public méthode

public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
Résultat void