Manage user interface cache busting
The files that you request in your web browsers are automatically cached in your local client machines that frequently rolls out client-side updates. Whenever the files are updated on the server, the changes are not reflected to the client due to browser caching.
To synchronize the server and client-side files and enable cache burst, set the value of
ycd.ui.wsc.angularJs.cacheburst property to Y. The cache burst
considers timestamp in milliseconds to refresh files on every page load.
Note: By default, the property value is set to
N. It is recommended that you set a
string value instead. For example, ycd.ui.wsc.angularJs.cacheburst=v1.0. After you
redeploy a build, modify the string value. The updated value is propagated, which automatically
clears all your cached static content until you deploy the next build.