Sha256: 5d6ee24af73d01c6b4773fbe614846f2ed654cbfcb6065cf8199a8ea514ffb4d
Contents?: true
Size: 348 Bytes
Versions: 26
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" def normalize(trace, name, payload) [ CAT, TITLE, nil, payload ] end end end end end
Version data entries
26 entries across 26 versions & 2 rubygems