Method: Webhookdb::Idempotency::InMemory#initialize

Defined in:
lib/webhookdb/idempotency.rb

#initialize(cache, store) ⇒ InMemory

Returns a new instance of InMemory.



153
154
155
156
# File 'lib/webhookdb/idempotency.rb', line 153

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