Join Slack
Powered by
relevant segment of my code for clarity.
# suitescript
a
amy
03/21/2019, 7:57 PM
relevant segment of my code for clarity.
-.js
j
jkabot
03/21/2019, 9:08 PM
The signature for loader function is an object like this
Copy code
function loader(context) { var key = context.key; }
This lets you predefine the loader function once, separate from the code that uses cache.get
a
amy
03/21/2019, 10:11 PM
sweet, thanks!
2
Views
Open in Slack
Previous
Next