Click or drag to resize
GeneratorGetValueFromCycleCacheT Method
Gets the value from cycle cache. It uses the runqueueCacheKey to obtain the runqueue cache and the key to obtain the value in that runqueue cache.

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 GetValueFromCycleCache<T>(
	string runqueueCacheKey,
	string key
)

Parameters

runqueueCacheKey
Type: SystemString
The key for the runqueue cache. Specify groupname for an entity element.
key
Type: SystemString
The key for the value in the runqueue cache.

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

IGeneratorGetValueFromCycleCacheT(String, String)
See Also