Meteor cache static content in user browser?

Hi
When a static content (images, css, js) files change, does Meteor reload them from the backend every time or it has some mechanism to cache non changed static assets in the user browser?

Thanks