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