Sha256: 7f3c22c07f910b1160d8d57d9b9c7ddbd04a12f251a41d058a627abdf6ec3710

Contents?: true

Size: 334 Bytes

Versions: 26

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?"

        def normalize(trace, name, payload)
          [ CAT, TITLE, nil, payload ]
        end
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
skylight-0.4.0.alpha1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.3.21 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.3.20 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.3.19 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.3.18 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.3.17 lib/skylight/normalizers/active_support/cache_exist.rb