Click or drag to resize
CodeGenerationCycleCacheAddValueToCrossCycleCache Method
Adds the value specified to the cross cycle cache under the key specified.

Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void AddValueToCrossCycleCache(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The key.
value
Type: SystemObject
The value.
See Also