Remove WarmCacheService (#3527)
WarmCacheService is no longer used (removed with cd68e54a7d
).
th-downstream
parent
cab0f47a61
commit
4489e0d6f9
@ -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 new issue