Remove WarmCacheService (#3527)
WarmCacheService is no longer used (removed with 5442083b3c ).
			
			
This commit is contained in:
		
				
					committed by
					
						 Eugen Rochko
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						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
	
	Block a user