Title here
Summary here
Name | Description |
---|---|
TInput | |
TOutput | |
TCache |
Type | Name | Description |
---|---|---|
Func<TInput, CachedData<TCache>, TOutput> | transformationFunc | Will set the TransformationFunc |
The CacheManager used for caching data
Type | Description |
---|---|
ICacheManager<TInput, TCache> |
If set to true, the incoming row will be added to the cache after the transformation func has been invoked.
Type | Description |
---|---|
bool |
The maximum amount of records to store in the cache - this number will only be used if the cache manager supports limiting the cache size.
Type | Description |
---|---|
int |
Type | Description |
---|---|
Func<TInput, CachedData<TCache>, TOutput> |
Type | Name | Description |
---|---|---|
TInput | row |
Type | Description |
---|---|
TOutput |