geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 519 forks source link

Adding cache provider #717

Closed Nyholm closed 7 years ago

Nyholm commented 7 years ago

This provider is caching the result of other providers with simple cache.

FYI: HTTP providers may use the cache plugin to HTTPlug

Nyholm commented 7 years ago

Ping @mikebronner This might be something for Laravel?

mikebronner commented 7 years ago

@Nyholm We already have caching in place using Laravel's native cache provider :) Or were you thinking something else?

Nyholm commented 7 years ago

Okey, I must have missed that. Using Laravel's native cache is better of course.

mikebronner commented 7 years ago

No worries :) just happened a week ago! haha