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