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.6.0.0 (5.6.19.0117)
Syntax public Object GetValueFromCache(
string runQueueKey,
string valueKey
)
Public Function GetValueFromCache (
runQueueKey As String,
valueKey As String
) As Object
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:
ObjectSee Also