Click or drag to resize
GeneratorCycleCache Property
Defines the cache for the whole code generation cycle. Per ActiveSourceElementsContainerNameRaw used in a code gen task, the run queue cache is stored.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public CodeGenerationCycleCache CycleCache { get; set; }

Property Value

Type: CodeGenerationCycleCache

Implements

IGeneratorCycleCache
See Also