Interface ICacheManagerMultipleRows<TInput, TCache>
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
public interface ICacheManagerMultipleRows<TInput, TCache> : ICacheManager<TInput, TCache>
Type Parameters
Name | Description |
---|
TInput | |
TCache | |
Properties
AllowMultipleRows
Declaration
bool AllowMultipleRows { get; set; }
Property Value
DictMultipleRows
Declaration
IDictionary<object, IList<TCache>> DictMultipleRows { get; }
Property Value
Type | Description |
---|
System.Collections.Generic.IDictionary<TKey, TValue><object, System.Collections.Generic.IList<T><TCache>> | |