This commit is contained in:
Leeingnyo
2021-09-05 00:02:05 +09:00
parent 5e919d3e19
commit 0fd7caef4b
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ class Entry
[false, true].each do |ascend|
sorted_entries_cache_key = SortedEntriesCacheEntry.gen_key @book.id,
username, @book.entries, SortOptions.new(SortMethod::Progress, ascend)
SortedEntriesCache.invalidate sorted_entries_cache_key
LRUCache.invalidate sorted_entries_cache_key
end
TitleInfo.new @book.dir do |info|