This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
how to cache a nodejs method in nodeservices #462
Closed
Description
consider this : i have a jsvascript file (cmd5.js), it is a little bigger
when i call the method in this file using below code;
I am doubtful about that the mothod will reload cmd5.js everytime, so this is less efficient;
how to be more efficient
_nodeServices.InvokeExportAsync<string>("./Node/cmd5", "qymd5", input).Result;
Metadata
Metadata
Assignees
Labels
No labels