mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Set cache if enabled
This commit is contained in:
parent
e988a8c121
commit
601346b209
@ -381,7 +381,9 @@ class Title
|
||||
|
||||
ary.reverse! unless opt.not_nil!.ascend
|
||||
|
||||
SortedEntriesCache.set cache_key, ary
|
||||
if Config.current.sorted_entries_cache_enable
|
||||
SortedEntriesCache.set cache_key, ary
|
||||
end
|
||||
ary
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user