class Geocoder::Cache

def initialize(store, prefix)

def initialize(store, prefix)
  @store = store
  @prefix = prefix
end