Interface ICachedData<TCache>Namespace: ETLBox.DataFlowAssembly: ETLBox.dllSyntax# public interface ICachedData<TCache>Type ParametersNameDescriptionTCachePropertiesItemCollections#Declaration IDictionary<object, IList<TCache>> ItemCollections { get; }Property ValueTypeDescriptionIDictionary<object, IList<TCache>>Items#Declaration IDictionary<object, TCache> Items { get; }Property ValueTypeDescriptionIDictionary<object, TCache>List#Declaration IEnumerable<TCache> List { get; }Property ValueTypeDescriptionIEnumerable<TCache>UsedMultipleEntriesPerKey#Declaration bool UsedMultipleEntriesPerKey { get; }Property ValueTypeDescriptionboolPrevFilterTransformationNextICacheManager<TInput, TCache>