I have a requirement where I need only the js and css files to be cached. Other files or JSON data should not be cached.
How can I force the browser to download the js and css files only from the cache, not other data like JSON returned from AJAX calls, etc..
I am looking for client-side solutions where possible.