Module: Cacheflow::Sidekiq::Client::InstanceMethods

Defined in:
lib/cacheflow/sidekiq.rb

Instance Method Summary collapse

Instance Method Details

#push(*_) ⇒ Object



13
14
15
16
17
# File 'lib/cacheflow/sidekiq.rb', line 13

def push(*_)
  Cacheflow.silence do
    super
  end
end