CodeGenerationCycleCacheAddValueToCrossCycleCache Method |
Adds the value specified to the cross cycle cache under the key specified.
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataAssembly: 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
)
Public Sub AddValueToCrossCycleCache (
key As String,
value As Object
)
Parameters
- key
- Type: SystemString
The key. - value
- Type: SystemObject
The value.
See Also