Repository URL to install this package:
|
Version:
0.6.0 ▾
|
module Skylight
module Normalizers
module ActiveSupport
class CacheDelete < Cache
register "cache_delete.active_support"
CAT = "app.cache.delete".freeze
TITLE = "cache delete"
def normalize(trace, name, payload)
[ CAT, TITLE, nil, payload ]
end
end
end
end
end