ICachedData<TCache>

Interface ICachedData<TCache>

Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
    public interface ICachedData<TCache>
Type Parameters
NameDescription
TCache

Properties

ItemCollections

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

Items

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

List

Declaration
    IEnumerable<TCache> List { get; }
Property Value
TypeDescription
IEnumerable<TCache>

UsedMultipleEntriesPerKey

Declaration
    bool UsedMultipleEntriesPerKey { get; }
Property Value
TypeDescription
bool