Module: SidekiqUniqueJobs::OptionsWithFallback::ClassMethods
- Defined in:
- lib/sidekiq_unique_jobs/options_with_fallback.rb
Instance Method Summary collapse
Instance Method Details
#lock_cache ⇒ Object
65 66 67 |
# File 'lib/sidekiq_unique_jobs/options_with_fallback.rb', line 65 def lock_cache @lock_cache ||= {} end |
#lock_cache=(obj) ⇒ Object
69 70 71 |
# File 'lib/sidekiq_unique_jobs/options_with_fallback.rb', line 69 def lock_cache=(obj) @lock_cache = obj end |