Click or drag to resize

JavascriptEngineBridgeGetCache Method (ExpandoObject)

Get the object from cache

Namespace:  SanteDB.BusinessRules.JavaScript.JNI
Assembly:  SanteDB.BusinessRules.JavaScript (in SanteDB.BusinessRules.JavaScript.dll) Version: 3.0.481-alpha
Syntax
public Object GetCache(
	ExpandoObject key
)

Parameters

key
Type: System.DynamicExpandoObject

[Missing <param name="key"/> documentation for "M:SanteDB.BusinessRules.JavaScript.JNI.JavascriptEngineBridge.GetCache(System.Dynamic.ExpandoObject)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.BusinessRules.JavaScript.JNI.JavascriptEngineBridge.GetCache(System.Dynamic.ExpandoObject)"]

See Also