how do i cache specific files in html ? i have tried
meta http-equiv="cache-control" content="private" max-age="604800"
but when i click "audit" using google chrome inspect element its giving me
Leverage browser caching (4) The following resources are missing a cache expiration. Resources that do not specify an expiration may not be cached by browsers: some.css some.js The following resources are explicitly non-cacheable. Consider making them cacheable if possible: some.html some-hosted.html
how do i cache em ?