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

Defined in:
lib/cacheflow.rb

Instance Method Summary collapse

Instance Method Details

#push(*_) ⇒ Object



43
44
45
46
47
# File 'lib/cacheflow.rb', line 43

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