This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove WarmCacheService (
#3527
)
WarmCacheService is no longer used (removed with
5442083b3c
).
closed-social-v3
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
3ea3f24a02
commit
336f0b0823
1 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
app/services/warm_cache_service.rb
+ 0
- 8
app/services/warm_cache_service.rb
View File
@ -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
Write
Preview
Loading…
Cancel
Save