C# Class WebApi.OutputCache.V2.InvalidateCacheOutputAttribute

Inheritance: WebApi.OutputCache.V2.BaseCacheAttribute
Datei anzeigen Open project: filipw/Strathweb.CacheOutput

Public Methods

Method Description
InvalidateCacheOutputAttribute ( string methodName ) : System
InvalidateCacheOutputAttribute ( string methodName, Type type = null ) : System
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void

Method Details

InvalidateCacheOutputAttribute() public method

public InvalidateCacheOutputAttribute ( string methodName ) : System
methodName string
return System

InvalidateCacheOutputAttribute() public method

public InvalidateCacheOutputAttribute ( string methodName, Type type = null ) : System
methodName string
type System.Type
return System

OnActionExecuted() public method

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