Tries to get the value assigned to a given key.
Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
Parameters
- key
- Type: SystemString
- value
- Type: T
Type Parameters
- T
Return Value
Type: BooleanTrue if value was retrieved, false otherwise
Implements
ICacheTryGetT(String, T)See Also