C# Class AOP02.Core.CacheInterceptor

Inheritance: IInterceptor
Afficher le fichier Open project: VahidN/AOP-Sample

Méthodes publiques

Méthode Description
Intercept ( IInvocation invocation ) : void

Private Methods

Méthode Description
cacheMethod ( IInvocation invocation ) : void
getCacheKey ( IInvocation invocation ) : string
getCacheMethodAttribute ( IInvocation invocation ) : Attribute

Method Details

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void