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