Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
understanding cache loader function
I'm not 100% clear on the purpose of the loader function in cache.get. I understand that the purpose of the function is that it will only trigger if the return value of get is null so that you can repopulate it in the event it is empty for some reason. In my case it always triggers even when something should be in the cache.
Am I understanding the purpose of this function? The document is very unclear. Does the value retrieved from the cache get automatically passed to the loader function via a parameter or something?
Thx.