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, ={}) self.class.logger = [:logger] @store = self.class.lookup_store(store).new() end |