C# Class AOP02.Core.CacheInterceptor

Inheritance: IInterceptor
Show file Open project: VahidN/AOP-Sample

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

Private Methods

Method Description
cacheMethod ( IInvocation invocation ) : void
getCacheKey ( IInvocation invocation ) : string
getCacheMethodAttribute ( IInvocation invocation ) : Attribute

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void