Sha256: 77f3034f371f4c7c325a05098128574a746382b36b95122660fea129f01a4e34

Contents?: true

Size: 420 Bytes

Versions: 8

Compression:

Stored size: 420 Bytes

Contents

module Skylight
  module Normalizers
    module ActiveSupport
      class Cache < Normalizer
        %w[
          clear
          decrement
          delete
          exist
          fetch_hit
          generate
          increment
          read
          read_multi
          write
        ].each do |type|
          require "skylight/normalizers/active_support/cache_#{type}"
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
skylight-5.1.0.beta lib/skylight/normalizers/active_support/cache.rb
skylight-5.0.1 lib/skylight/normalizers/active_support/cache.rb
skylight-5.0.0 lib/skylight/normalizers/active_support/cache.rb
skylight-5.0.0.beta5 lib/skylight/normalizers/active_support/cache.rb
skylight-5.0.0.beta4 lib/skylight/normalizers/active_support/cache.rb
skylight-5.0.0.beta3 lib/skylight/normalizers/active_support/cache.rb
skylight-5.0.0.beta2 lib/skylight/normalizers/active_support/cache.rb
skylight-5.0.0.beta lib/skylight/normalizers/active_support/cache.rb