Sha256: 6edf55108f9012782ef7969b017fbdd43bd43462dba48a4d7cca34c8f1016a89

Contents?: true

Size: 310 Bytes

Versions: 20

Compression:

Stored size: 310 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

20 entries across 20 versions & 1 rubygems

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