All:
I am pretty new to Cache Control, I wonder how can I set cache policy for specific resource file.
Like:
I want to cache only JS file and image, but not css file(currently I am using Express.js and Chrome). A concrete example is appreciated.
Thanks