'Declaration Public Function New( _
ByVal nameThe name of analyzer.As System.String, _
ByVal analyzerThe analyzer, which execution result must be cached.As Analyzer(Of TTarget,TValue), _
ByVal resultCachingMethodThe result caching method.As ProcessingResultCachingMethod _
)
public CachedAnalyzer<TTarget,TValue>(
System.String name,
Analyzer<TTarget,TValue> analyzer,
ProcessingResultCachingMethod resultCachingMethod
)
public: CachedAnalyzer<TTarget,TValue>(
System.String name,
Analyzer<TTarget,TValue*>* analyzer,
ProcessingResultCachingMethod resultCachingMethod
)
public:
CachedAnalyzer<TTarget,TValue>(
System.String name,
Analyzer<TTarget,TValue^>^ analyzer,
ProcessingResultCachingMethod resultCachingMethod
)
Parameters
- name
- The name of analyzer.
- analyzer
- The analyzer, which execution result must be cached.
- resultCachingMethod
- The result caching method.