Remove WarmCacheService (#3527)
WarmCacheService is no longer used (removed with 5442083b3c
).
This commit is contained in:
parent
3ea3f24a02
commit
336f0b0823
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class WarmCacheService < BaseService
|
||||
def call(cacheable)
|
||||
full_item = cacheable.class.where(id: cacheable.id).with_includes.first
|
||||
Rails.cache.write(cacheable.cache_key, full_item)
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue