| 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
)
Public Function GetCache (
key As ExpandoObject
) As Object
public:
Object^ GetCache(
ExpandoObject^ key
)
member GetCache :
key : ExpandoObject -> Object
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