Click or drag to resize
IGeneratorRunQueueCache Property
The cache with key-value pairs which is accessable for all performed tasks. The cache is never cleared by task performers, and can be used to cache information across task groups which do clear the TaskCache cache.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
Dictionary<string, Object> RunQueueCache { get; }

Property Value

Type: DictionaryString, Object
Remarks
Per run queue run (which can be several times, i.e. once per group), this cache is cleared.
See Also