GeneratorGetValueFromRunQueueCacheT Method |
Gets the value from the run queue cache for the key specified. If key is null, the default for T is returned.
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public T GetValueFromRunQueueCache<T>(
string key
)
Public Function GetValueFromRunQueueCache(Of T) (
key As String
) As T
Parameters
- key
- Type: SystemString
The key.
Type Parameters
- T
Return Value
Type:
Tthe value stored for the key specified, or default(T) if not found or not of type T
Implements
IGeneratorGetValueFromRunQueueCacheT(String)See Also