Class: ApplicationV2Controller

Inherits:
ActionController::Base
  • Object
show all
Includes:
ActionController::MimeResponds, ElasticApmContext, LogrageCustomLogger
Defined in:
app/controllers/application_v2_controller.rb

Overview

typed: ignore

Instance Method Summary collapse

Methods included from LogrageCustomLogger

#append_info_to_payload

Instance Method Details

#identity_cache_memoization(&block) ⇒ Object



11
12
13
# File 'app/controllers/application_v2_controller.rb', line 11

def identity_cache_memoization(&block)
  IdentityCache.cache.with_memoization(&block)
end