class RailsBand::ActiveSupport::Event::CacheDelete
A wrapper for the event that is passed to ‘cache_delete.active_support`.
Public Instance Methods
key()
click to toggle source
# File lib/rails_band/active_support/event/cache_delete.rb, line 8 def key @key ||= @event.payload.fetch(:key) end