HTTP 304 is an implicit URL redirection to a Cache hit resource. This happens when the HTTP Request method is safe, like a HTTP GET or a HTTP HEAD HTTP Request, or when the request is conditional and uses a If-None-Match or a If-Modified-Since HTTP Header Field.
The equivalent HTTP 200 OK response would have included the headers Cache-Control, Content-Location, Date, Etag, Expires, and Vary.