Closed Nyholm closed 5 years ago
Do we still need this provider? We rely on the PSR7 standard and guzzle and httplug have already a caching mechanism built-in. So in my opinion we can deprecate this provider and rather document how migrate to the "new cache mechanism".
WDYT?
I would keep it. Having a separate plugin that gets the Query
object and then calculates the cache key is valuable. For example see https://github.com/geocoder-php/Geocoder/issues/882
PR open in #977
There is nothing about that provider ATM.