Sha256: af3355d7c502a28d4644b8f3bdeee592a0956c271571535d60418b29d09df1e3
Contents?: true
Size: 331 Bytes
Versions: 40
Compression:
Stored size: 331 Bytes
Contents
module Skylight module Normalizers module ActiveSupport class CacheClear < Cache register "cache_clear.active_support" CAT = "app.cache.clear".freeze TITLE = "cache clear".freeze def normalize(trace, name, payload) [ CAT, TITLE, nil ] end end end end end
Version data entries
40 entries across 40 versions & 1 rubygems