class RailsBand::ActiveSupport::Event::CacheDeleteMulti

A wrapper for the event that is passed to ‘cache_delete_multi.active_support`.

Public Instance Methods

key() click to toggle source
# File lib/rails_band/active_support/event/cache_delete_multi.rb, line 8
def key
  @key ||= @event.payload.fetch(:key)
end