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