ehcanadian
08/21/2020, 8:33 PMcache.Scope.PRIVATE
limited to the user running the script? If another user runs the script that uses the cache, will the cache be 'shared'?Chris
08/21/2020, 8:35 PMThe cache is available only to the current script. This value is the default.
I would assume this crosses the user boundary.ehcanadian
08/21/2020, 8:36 PM