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.8.0.beta.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.7.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.7.0.beta.3 lib/skylight/normalizers/active_support/cache_exist.rb
truex-skylight-0.6.0 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.7.0.beta.2 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.7.0.beta.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.6.2.beta.2 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.6.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.6.0 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.6.0.beta.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.5.2 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.5.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.5.0 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.4.3 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.5.0.beta1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.4.2 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.4.1 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.4.0 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.4.0.beta2 lib/skylight/normalizers/active_support/cache_exist.rb
skylight-0.4.0.beta1 lib/skylight/normalizers/active_support/cache_exist.rb