New cached responses generated for identical request
See original GitHub issueTalkback keeps generating new cached responses after server restart even though the requests are identical. I thought the expected behaviour was that identical requests would cause the cached response to be returned.

I’m guessing differences in meta
and res
shouldn’t cause a new cached response to be generated?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
HTTP caching - MDN Web Docs
The HTTP cache stores a response associated with a request and reuses the stored response for subsequent requests.
Read more >Response caching in ASP.NET Core - Microsoft Learn
A client can make requests with a no-cache header value and force the server to generate a new response for every request.
Read more >Prevent unnecessary network requests with the HTTP Cache
First, the browser checks the HTTP Cache and finds the previous response. Unfortunately, the browser can't use the previous response because the ...
Read more >HTTP/1.1: Caching in HTTP
Servers MUST NOT depend on clients being able to choose deterministically between responses generated during the same second, if their expiration times overlap....
Read more >Cache filter — envoy 1.25.0-dev-a95421 documentation
Cached responses can be identified by having an age header. Validated responses can be identified by having a generation date older than the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You’re totally right @roypa! Thank you so much.
I just released
1.2.0
that fixes this issue.Yes, great stuff! Thanks!