Remove caching verbosely, add cached_cover_url

This commit is contained in:
Leeingnyo
2021-09-06 02:23:02 +09:00
parent c5b6a8b5b9
commit 565a535d22
5 changed files with 5 additions and 34 deletions

View File

@@ -121,7 +121,6 @@ macro get_and_save_sort_opt(dir)
sort_opt = SortOptions.new sort_method, is_ascending
key = "#{{{dir}}}:#{username}:sort_opt"
LRUCache.set generate_cache_entry key, sort_opt
TitleInfo.new {{dir}} do |info|
info.sort_by[username] = sort_opt.to_tuple
info.save