Sha256: 99584a08bf3e1d91137987995b5599720abe2d91deb245937ead46b4e708b721
Contents?: true
Size: 339 Bytes
Versions: 40
Compression:
Stored size: 339 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 ] end end end end end
Version data entries
40 entries across 40 versions & 1 rubygems