Class: Skylight::Core::Normalizers::ActiveSupport::CacheFetchHit Private

Inherits:
Cache
  • Object
show all
Defined in:
lib/skylight/core/normalizers/active_support/cache_fetch_hit.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Constant Summary collapse

CAT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

"app.cache.fetch_hit".freeze
TITLE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

"cache fetch hit".freeze

Instance Attribute Summary

Attributes inherited from Normalizer

#config

Instance Method Summary collapse

Methods inherited from Normalizer

#initialize, #normalize_after, register

Constructor Details

This class inherits a constructor from Skylight::Core::Normalizers::Normalizer

Instance Method Details

#normalize(_trace, _name, _payload) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



10
11
12
# File 'lib/skylight/core/normalizers/active_support/cache_fetch_hit.rb', line 10

def normalize(_trace, _name, _payload)
  [CAT, TITLE, nil]
end