class Geocoder::CacheStore::Redis

def initialize(store, options)

def initialize(store, options)
  super
  @expiration = options[:expiration]
end