 | JavascriptEngineBridgeGetCache(ExpandoObject) Method |
Get the object from cache
Namespace: SanteDB.BusinessRules.JavaScript.JNIAssembly: SanteDB.BusinessRules.JavaScript (in SanteDB.BusinessRules.JavaScript.dll) Version: 3.0.2081-alpha+2e88b63362ef5258b46c537869eb2b7aa0e99be8
Syntaxpublic Object GetCache(
ExpandoObject key
)
Public Function GetCache (
key As ExpandoObject
) As Object
public:
Object^ GetCache(
ExpandoObject^ key
)
member GetCache :
key : ExpandoObject -> Object Parameters
- key ExpandoObject
[Missing <param name="key"/> documentation for "M:SanteDB.BusinessRules.JavaScript.JNI.JavascriptEngineBridge.GetCache(System.Dynamic.ExpandoObject)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.BusinessRules.JavaScript.JNI.JavascriptEngineBridge.GetCache(System.Dynamic.ExpandoObject)"]
See Also