Max Ageev
Max Ageev
Sure I will created a separate SR with only docker commit.
Here: https://github.com/Kevinrob/guzzle-cache-middleware/pull/179
It is strange that you have a way to set the cache methods https://github.com/Kevinrob/guzzle-cache-middleware/blob/0e12dccf3c811a18bb2f6c93882c5b5727e1b859/src/CacheMiddleware.php#LL98C21-L98C35 `\Kevinrob\GuzzleCache\CacheMiddleware::setHttpMethods` If you think the library should not allow to set cache for **post** method and...
I am not longer interested in this change.
If your package version greater or equal when mine. Try to clean cache this probably due to serialization error. Or wait a while.
Probably part of https://github.com/Kevinrob/guzzle-cache-middleware/issues/165
@whoisnobody wait for a while when cache will expire.
@whoisnobody check out this issue https://github.com/Kevinrob/guzzle-cache-middleware/issues/165 They offer some solutions
@whoisnobody > At the moment, I have a custom PSR16 cache implementation to avoid the issue. I think having something handling serialization of CacheEntry as raw_string or at least, normalized...
I agree with you @whoisnobody Probably this is critical issue @Kevinrob