Class MemoryCache<TInput, TCache>
Inheritance
MemoryCache<TInput, TCache>
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax#
Type Parameters
Name | Description |
---|
TInput | |
TCache | |
Fields
DEFAULT_MAX_CACHE_SIZE#
Declaration
Field Value
Properties
CacheKeySelector#
Declaration
Property Value
CachedData#
Declaration
Property Value
Declaration
Property Value
Type | Description |
---|
Func<TInput, TCache> | |
Declaration
Property Value
MaxCacheSize#
Declaration
Property Value
PermitMultipleEntriesPerKey#
Declaration
Property Value
Methods
EnsureAdded(TInput)#
Declaration
Parameters
Type | Name | Description |
---|
TInput | row | |
EnsureAdded(TInput[])#
Declaration
Parameters
Type | Name | Description |
---|
TInput[] | batch | |
Evict()#
Declaration
InitialLoad()#
Declaration
Implements#