class Geocoder::CacheStore::Generic

def remove(key)

def remove(key)
  store.delete(key)
end