Sha256: d3c791d15de354b8d2a206154cc2d7422611988b2240f009cf49ed5e56e5fd46
Contents?: true
Size: 326 Bytes
Versions: 40
Compression:
Stored size: 326 Bytes
Contents
module Skylight module Normalizers module ActiveSupport class CacheExist < Cache register "cache_exist?.active_support" CAT = "app.cache.exist".freeze TITLE = "cache exist?" def normalize(trace, name, payload) [ CAT, TITLE, nil ] end end end end end
Version data entries
40 entries across 40 versions & 1 rubygems