Sha256: 931ada817dc92b960207088082a34b8459abdcc9dee546462138e8ecf2876328
Contents?: true
Size: 347 Bytes
Versions: 28
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".freeze def normalize(_trace, _name, _payload) [CAT, TITLE, nil] end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems