Is there a limit to cache size? Needing to store o...
# suitescript
s
Is there a limit to cache size? Needing to store over 10mb and a file has a limit
n
Looks like the limit is 500KB
why are you caching a file instead of loading from the cabinet?
t
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
s
web scale