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

Defined in:
lib/cacheflow.rb

Instance Method Summary collapse

Instance Method Details

#push(*_) ⇒ Object



40
41
42
43
44
# File 'lib/cacheflow.rb', line 40

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