mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -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
|
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
|
ary
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user