I have a js file loaded in cache.
When a html file is loaded in browser it sends a Conditional Requests (found from here) to the server to check if that resource is changed or not.
What I want to do is do not send any request to the server (neither Conditional Requests nor fresh request) when the resource is cached.
Is it possible?
If possible what are the solutions for that?
If not why?