C# Class Flatwhite.WebApi.WebApiCacheStrategy

A ICacheStrategy implementation for web api
Inheritance: Flatwhite.Strategy.DefaultCacheStrategy
Afficher le fichier Open project: vanthoainguyen/Flatwhite

Méthodes publiques

Méthode Description
GetCacheStore ( _IInvocation invocation, object>.IDictionary invocationContext ) : ICacheStore

WebAPI should use AsyncCacheStore instead

Méthodes protégées

Méthode Description
CanCacheNoneVirtualOrFinalMethods ( ) : bool

Should return true as WebApi doesn't use Dynamic proxy

Method Details

CanCacheNoneVirtualOrFinalMethods() protected méthode

Should return true as WebApi doesn't use Dynamic proxy
protected CanCacheNoneVirtualOrFinalMethods ( ) : bool
Résultat bool

GetCacheStore() public méthode

WebAPI should use AsyncCacheStore instead
public GetCacheStore ( _IInvocation invocation, object>.IDictionary invocationContext ) : ICacheStore
invocation _IInvocation
invocationContext object>.IDictionary
Résultat ICacheStore