Click or drag to resize

ICacheGetT Method

Gets the value assigned to a given key and casts it to T.

Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
T Get<T>(
	string key
)

Parameters

key  String

Type Parameters

T

Return Value

T

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.Cache.ICache.Get``1(System.String)"]

See Also