Sha256: 0aef00cc21a0b9176499d322ba28d19c18b596ecebe46f49af9d25e079efb487

Contents?: true

Size: 334 Bytes

Versions: 28

Compression:

Stored size: 334 Bytes

Contents

module Skylight
  module Normalizers
    module ActiveSupport
      class CacheExist < Cache
        register "cache_exist?.active_support"

        CAT = "app.cache.exist".freeze
        TITLE = "cache exist?".freeze

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
skylight-6.1.0.beta lib/skylight/normalizers/active_support/cache_exist.rb
skylight-6.0.4 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-6.0.3 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.3.5 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-6.0.2 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-6.0.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-6.0.0 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-6.0.0.beta2 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-6.0.0.beta lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.3.4 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.3.3 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.3.2 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.3.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.3.0 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.2.0 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.2.0.beta2 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.2.0.beta lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.1.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.1.0.beta3 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-5.1.0.beta2 lib/skylight/normalizers/active_support/cache_exist.rb