C# 클래스 Flatwhite.WebApi.WebApiCacheStrategy

A ICacheStrategy implementation for web api
상속: Flatwhite.Strategy.DefaultCacheStrategy
파일 보기 프로젝트 열기: vanthoainguyen/Flatwhite

공개 메소드들

메소드 설명
GetCacheStore ( _IInvocation invocation, object>.IDictionary invocationContext ) : ICacheStore

WebAPI should use AsyncCacheStore instead

보호된 메소드들

메소드 설명
CanCacheNoneVirtualOrFinalMethods ( ) : bool

Should return true as WebApi doesn't use Dynamic proxy

메소드 상세

CanCacheNoneVirtualOrFinalMethods() 보호된 메소드

Should return true as WebApi doesn't use Dynamic proxy
protected CanCacheNoneVirtualOrFinalMethods ( ) : bool
리턴 bool

GetCacheStore() 공개 메소드

WebAPI should use AsyncCacheStore instead
public GetCacheStore ( _IInvocation invocation, object>.IDictionary invocationContext ) : ICacheStore
invocation _IInvocation
invocationContext object>.IDictionary
리턴 ICacheStore