When you are building a web app, you want to make sure that you are caching the app's resources. So if for example a specific URL always delivers the same image, you want to cache it in the browser to avoid unnecessary traffic and have a better web performance. For the rest of this post I suppose you have the following web application. It generates an image when the /black/ URL is called. I would

