memoizing will only help within a single execution...
# suitescript
s
memoizing will only help within a single execution context. I can see it being useful for a long running scheduled script, maybe, if it needs to make the same function call with repeating inputs.
👍🏻 1