Click or drag to resize

ICachePut Method

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: 24.5.0.0 (24.5.0.0)
Syntax
void Put(
	string key,
	Object value
)

Parameters

key  String
value  Object
See Also