class Geocoder::Cache

def [](url)


Read from the Cache.
#
def [](url)
  interpret store_service.read(url)
rescue => e
  Geocoder.log(:warn, "Geocoder cache read error: #{e}")
end