Resource Caching
By default, all resources used by custom client applications are cached by the browser.
Consequently, when you make and publish changes to an application, those changes may not be immediately reflected because the browser is using a cached copy of some or all changed resources. (It is of course possible to fix this by clearing the browser cache and reloading the page, but this may not be desirable in all cases.)
If this default behavior is unsuitable, you can switch off caching for specific file extensions. You do this in TIBCO Administrator, by editing the wr.nonCacheableExtensions substitution variable on the amx.bpm.app application. (The default setting for this variable is .nocache.js.)
For example, suppose you are updating the MobileCaseManagement1 application and you want to make changes to the MobileCaseManagement1.config.json configuration file. Changing wr.nonCacheableExtensions to .nocache.js,.config.json (and then redeploying amx.bpm.app) will prevent MobileCaseManagement1.config.json from being cached. When you publish the updated application, the changes will be immediately visible.
For more information about wr.nonCacheableExtensions and wr.isSSLCacheable, see "Enhancing Security in ActiveMatrix BPM" in TIBCO ActiveMatrix BPM Administration.