Click or drag to resize
CodeGenerationCycleCacheGetValueFromCache Method
Gets the value from the cache with the key runQueueKey, stored there under the key valueKey.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Object GetValueFromCache(
	string runQueueKey,
	string valueKey
)

Parameters

runQueueKey
Type: SystemString
The run queue key. This is the key the cache has been stored under and in general this is the groupName. If the groupname isn't found, the project name is used.
valueKey
Type: SystemString
The value key.

Return Value

Type: Object
See Also