Is `cache.Scope.PRIVATE` limited to the user runni...
# suitescript
e
Is
cache.Scope.PRIVATE
limited to the user running the script? If another user runs the script that uses the cache, will the cache be 'shared'?
c
docs:
The cache is available only to the current script. This value is the default.
I would assume this crosses the user boundary.
e
I figure it does as well, thanks.