Sha256: 19649db171551aecd3173f6e0c7274beca8e0ff78525bcbb1cf6829931011762
Contents?: true
Size: 328 Bytes
Versions: 26
Compression:
Stored size: 328 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, payload ] end end end end end
Version data entries
26 entries across 26 versions & 2 rubygems