Rhys Emmerson
Rhys Emmerson
I think the problem is it only uses the ttl when fetching from the cache but not when saving to the cache. This is because some Cache Control rules allow...
We tackled this problem this week. The issue is that if the response has a validation header (`Last-Modifed`, `etag` etc) the `LaravelCacheStorage` class will use `forever` when saving to cache....
Have you tried `$response->getBody()->getContents()`?
could you add a test for this?
This looks like a duplicate of #236