Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Is N/cache thread/queue safe?
If I use the cache module within a map reduce script and use the cache to store a counter that each queue accesses and increments, is this a safe operation? I want to take some metrics throughout the script and use them in my summary phase. Global objects won't work as they aren't available in the summary phase but the cache is.
Thanks!
0