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