Sha256: 489d3f902073543dae2b286fcf25b5c67e9f51346588ccbb3004b43024afa436
Contents?: true
Size: 344 Bytes
Versions: 26
Compression:
Stored size: 344 Bytes
Contents
module Skylight module Normalizers module ActiveSupport class CacheGenerate < Cache register "cache_generate.active_support" CAT = "app.cache.generate".freeze TITLE = "cache generate" def normalize(trace, name, payload) [ CAT, TITLE, nil, payload ] end end end end end
Version data entries
26 entries across 26 versions & 2 rubygems