Remove WarmCacheService (#3527)
WarmCacheService is no longer used (removed with 5442083b3c
).
gh/stable
parent
3ea3f24a02
commit
336f0b0823
|
@ -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
|
Reference in New Issue