C# Class WebApi.OutputCache.V2.AutoInvalidateCacheOutputAttribute

Inheritance: WebApi.OutputCache.V2.BaseCacheAttribute
Datei anzeigen Open project: kaevans/globalscaledemo

Public Methods

Method Description
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void

Private Methods

Method Description
FindAllGetMethods ( Type controllerType, IEnumerable httpParameterDescriptors ) : IEnumerable

Method Details

OnActionExecuted() public method

public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
return void