Adds a new value under the given key to cache.
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: System.String
- value
- Type: System.Object
Implements
ICache.Put(String, Object)See Also