Class: Workarea::BustDiscountCache

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::CallbacksWorker, Sidekiq::Worker
Defined in:
app/workers/workarea/bust_discount_cache.rb

Instance Method Summary collapse

Instance Method Details

#performObject



12
13
14
# File 'app/workers/workarea/bust_discount_cache.rb', line 12

def perform(*)
  Pricing::Discount::ApplicationGroup.expire_cache
end