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