C# 클래스 WebApi.OutputCache.V2.InvalidateCacheOutputAttribute

상속: WebApi.OutputCache.V2.BaseCacheAttribute
파일 보기 프로젝트 열기: filipw/Strathweb.CacheOutput

공개 메소드들

메소드 설명
InvalidateCacheOutputAttribute ( string methodName ) : System
InvalidateCacheOutputAttribute ( string methodName, Type type = null ) : System
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void

메소드 상세

InvalidateCacheOutputAttribute() 공개 메소드

public InvalidateCacheOutputAttribute ( string methodName ) : System
methodName string
리턴 System

InvalidateCacheOutputAttribute() 공개 메소드

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

OnActionExecuted() 공개 메소드

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