Interface ICacheManagerMultipleRows<TInput, TCache>Inherited MembersICacheManager<TInput, TCache>.RecordsICacheManager<TInput, TCache>.Contains(TInput)ICacheManager<TInput, TCache>.Add(TInput)ICacheManager<TInput, TCache>.Contains(TInput[])ICacheManager<TInput, TCache>.Add(TInput[])ICacheManager<TInput, TCache>.Init()ICacheManager<TInput, TCache>.GetCacheUniqueKeyFuncICacheManager<TInput, TCache>.GetInputUniqueKeyFuncICacheManager<TInput, TCache>.DictNamespace: ETLBoxAssembly: ETLBox.dllSyntax# public interface ICacheManagerMultipleRows<TInput, TCache> : ICacheManager<TInput, TCache>Type ParametersNameDescriptionTInputTCachePropertiesAllowMultipleRows#Declaration bool AllowMultipleRows { get; set; }Property ValueTypeDescriptionboolDictMultipleRows#Declaration IDictionary<object, IList<TCache>> DictMultipleRows { get; }Property ValueTypeDescriptionIDictionary<object, IList<TCache>>PrevICacheManager<TInput, TCache>NextIConnectionManager<TConnection, TTransaction>