Org level file at IncludeURL in javascript policy does not reflect change

i have generic commonFuncitons.js file at org level which is used in lot of JS policies as <IncludeUrl> in different proxies.

After updating commonFuncitons.js, changes are not refelcted in proxies using it right away. i have undeploy and redeploy proxy in order to see changes. Are resources at org level cached ? is there cache expiry time after which these changes will be visible or i have redploy all proxies using that file?

1 1 116
1 REPLY 1

i have undeploy and redeploy proxy in order to see changes.

That is as expected.

Are resources at org level cached

Yes, something like that. Deployment of a proxy gathers all the necessary pieces (policy files, resources, etc) and deploys THAT payload. So it's not really "cached", it's more of a snapshot.

is there cache expiry time after which these changes will be visible or i have redploy all proxies using that file?

No, you must redeploy.