aem cloud clientlib cache issue
we are using AEM as cloud
clientlibs are generated with unique values since it will append hash in its name.
User have loaded page in their system and clientlib is cached
When we deploy a new frontend code and clientlib name gets changed and added in pages.
How it will affect users
1) when new users access page they get new clientlibs
2) when old users access the same page then old cached clientlibs / old html pages will load or the new clientlibs will work ?
this document says
Client-Side libraries (js,css)
- When using AEM’s Client-Side library framework, JavaScript and CSS code is generated in such a way that browsers can cache it indefinitely, since any changes manifest as new files with a unique path. In other words, HTML that references the client libraries are produced as needed so customers can experience new content as it is published. The cache-control is set to “immutable” or 30 days for older browsers who do not respect the “immutable” value.
If old cache clientlibs are served then how to limit cache time
Thank you in advance