Libraries
»
cacheflow
(0.2.0)
»
Index (I)
»
Cacheflow
»
Sidekiq
»
Client
»
InstanceMethods
Module: Cacheflow::Sidekiq::Client::InstanceMethods
Defined in:
lib/cacheflow.rb
Instance Method Summary
collapse
#
push
(*_) ⇒ Object
Instance Method Details
#
push
(*_) ⇒
Object
40 41 42 43 44
# File 'lib/cacheflow.rb', line 40
def
push
(
*
_
)
Cacheflow
.
silence
do
super
end
end