class Geocoder::Cache
def []=(url, value)
Write to the Cache.
#
def []=(url, value) store_service.write(url, value) rescue => e warn "Geocoder cache write error: #{e}" end
def []=(url, value) store_service.write(url, value) rescue => e warn "Geocoder cache write error: #{e}" end