How to cache a netlify website?

I want to cache my website, but cannot find my websites .htaccess file and I can’t find it on my netlify settings. How do you cache a website hosted statically on netlify?

There are several types of caches:

Is the Cache you want Cache-Control thing?

This can be set using _header or netlify.toml:

This happens more or less automatically after you deploy content to Netlify. Your files are processed and pushed out to the various CDNs around the world. You need intervene in the process only in special cases.