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.6.0.0 (5.6.19.0117)
Syntax Dictionary<string, Object> RunQueueCache { get; }
ReadOnly Property RunQueueCache As Dictionary(Of String, Object)
Get
Property Value
Type:
DictionaryString,
ObjectRemarks Per run queue run (which can be several times, i.e. once per group), this cache is cleared.
See Also