i'm new to using the cache module - netsuite's exa...
# suitescript
a
i'm new to using the cache module - netsuite's example shows their loader function populating the cache entirely from external sources. but i would like to add values to my cache (if they aren't found) by running a search based on the key value in the .get function that i'm referencing the loader function in. does anyone know if that's possible? if so can I just pass it "key" as a parameter to my loader function or..?