Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public T GetValueFromRunQueueCache<T>(
	string key
)

Parameters

key
Type: SystemString
The key.

Type Parameters

T

Return Value

Type: T
the value stored for the key specified, or default(T) if not found or not of type T

Implements

IGeneratorGetValueFromRunQueueCacheT(String)
See Also