I was thinking of possibly using cache module
# suitescript
s
I was thinking of possibly using cache module
m
Cache is not intended to pass around data. There is no guarantee of the data persisting even within the ttl
s
I understand there's no guarantee, but I have used it before across scripts, with the different scope properties and it works consistently. I have used it with and without the loader functions. In this case, the duration is fairly short and if for some reason the data isn't available, it's a low penalty for failure.