'Declaration Public Overloads Shared Function CreateCachedAnalyzer<TTargetThe type of the target.,TValueThe type of the value.>( _
ByVal analyzerThe analyzer that result are cached.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
ByVal resultCacheMethodThe result cache method.As Vintasoft.Imaging.Processing.Analyzers.ProcessingResultCachingMethod _
) As Vintasoft.Imaging.Processing.Analyzers.CachedAnalyzer(Of TTarget,TValue) (Of TTargetThe type of the target., TValueThe type of the value.)
public static Vintasoft.Imaging.Processing.Analyzers.CachedAnalyzer<TTarget,TValue> CreateCachedAnalyzer<TTarget,TValue>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> analyzer,
Vintasoft.Imaging.Processing.Analyzers.ProcessingResultCachingMethod resultCacheMethod
)
public: static Vintasoft.Imaging.Processing.Analyzers.CachedAnalyzer<TTarget,TValue*>* CreateCachedAnalyzer<TTarget,TValue>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* analyzer,
Vintasoft.Imaging.Processing.Analyzers.ProcessingResultCachingMethod resultCacheMethod
)
generic<typename TTarget> generic<typename TValue> public:
static Vintasoft.Imaging.Processing.Analyzers.CachedAnalyzer<TTarget,TValue^>^ CreateCachedAnalyzer(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ analyzer,
Vintasoft.Imaging.Processing.Analyzers.ProcessingResultCachingMethod resultCacheMethod
)
Parameters
- analyzer
- The analyzer that result are cached.
- resultCacheMethod
- The result cache method.
Type Parameters
- TTarget
- The type of the target.
- TValue
- The type of the value.
Return Value
New instance of CachedAnalyzer<TTarget,TValue> class.