Is there a limit to cache size? Needing to store over 10mb and a file has a limit
n
Nicholas Klug
02/11/2021, 6:46 PM
Looks like the limit is 500KB
Nicholas Klug
02/11/2021, 6:46 PM
why are you caching a file instead of loading from the cabinet?
t
The Usual Suspect
02/11/2021, 9:29 PM
You can segment the data across multiple keys and caches if necessary but Nick has a point here. You may want to store something that is 10mb in the file cabinet. This is definitely janky to cache something of that size in NetSuite's API. Its not built for that scale