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