Caching HttpClient Responses with TTL Using Effect Typescript
What is the best approach to cache
HttpClient responses with a specific TTL? I have read the caching section in the Batching docs and the separate Cache docs, but I am still not sure how to best apply it to the HttpClient.