Repository URL to install this package:
|
Version:
0.6.0 ▾
|
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