Sha256: 6e932a80093b0ffababec35e3b1618c60addce3f7877f63af7f1aaf448509aac
Contents?: true
Size: 347 Bytes
Versions: 26
Compression:
Stored size: 347 Bytes
Contents
module Skylight module Normalizers module ActiveSupport class CacheFetchHit < Cache register "cache_fetch_hit.active_support" CAT = "app.cache.fetch_hit".freeze TITLE = "cache fetch hit" def normalize(trace, name, payload) [ CAT, TITLE, nil, payload ] end end end end end
Version data entries
26 entries across 26 versions & 2 rubygems