Sha256: b5067ac88151713a6fa8cc94cf3a2747aaa64080618280db72d2522d782ec64e
Contents?: true
Size: 332 Bytes
Versions: 28
Compression:
Stored size: 332 Bytes
Contents
module Skylight module Normalizers module ActiveSupport class CacheClear < Cache register "cache_clear.active_support" CAT = "app.cache.clear".freeze TITLE = "cache clear".freeze def normalize(_trace, _name, _payload) [CAT, TITLE, nil] end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems