What is Cache Busting?

Cache Busting is the process of appending some query parameter in the URLs of static resources such as JS, CSS or image file. Once we add a query parameter with newer value, the URL will get different from its previous version, hence browser won't find it's response in its cache & user will get the latest updated file from the server.…