Method: HTTParty::Icebox::Cache#initialize

Defined in:
lib/referee/httparty/icebox.rb

#initialize(store, options = {}) ⇒ Cache

Returns a new instance of Cache.



114
115
116
117
# File 'lib/referee/httparty/icebox.rb', line 114

def initialize(store, options={})
  self.class.logger = options[:logger]
  @store = self.class.lookup_store(store).new(options)
end