Interface ICacheManagerMultipleRows<TInput, TCache>

Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    public interface ICacheManagerMultipleRows<TInput, TCache> : ICacheManager<TInput, TCache>
Type Parameters
NameDescription
TInput
TCache

Properties

AllowMultipleRows

Declaration
    bool AllowMultipleRows { get; set; }
Property Value
TypeDescription
bool

DictMultipleRows

Declaration
    IDictionary<object, IList<TCache>> DictMultipleRows { get; }
Property Value
TypeDescription
IDictionary<object, IList<TCache>>