mirror of
				https://github.com/mastodon/mastodon.git
				synced 2025-10-31 05:11:33 +00:00 
			
		
		
		
	Remove WarmCacheService (#3527)
WarmCacheService is no longer used (removed with 5442083b3c ).
			
			
This commit is contained in:
		
							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 | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Yamagishi Kazutoshi
						Yamagishi Kazutoshi