Method: Geocoder::Cache#initialize

Defined in:
lib/geocoder/cache.rb

#initialize(store, prefix) ⇒ Cache

Returns a new instance of Cache.



4
5
6
7
# File 'lib/geocoder/cache.rb', line 4

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