Skip to content

Commit

Permalink
Merge pull request #1604 from olimart/patch-1
Browse files Browse the repository at this point in the history
Remove mention of auto expiry cache in the README (example no longer exists)
  • Loading branch information
alexreisner authored Feb 20, 2023
2 parents 6f75259 + 4701e83 commit b70c6cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ Geocoder::Lookup.all_services.each{|service| Geocoder::Lookup.get(service).cache

Do *not* include the prefix when passing a URL to be expired. Expiring `:all` will only expire keys with the configured prefix -- it will *not* expire every entry in your key/value store.

For an example of a cache store with URL expiry, please see examples/autoexpire_cache.rb

_Before you implement caching in your app please be sure that doing so does not violate the Terms of Service for your geocoding service._


Expand Down

0 comments on commit b70c6cd

Please sign in to comment.