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