mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Set cache if enabled
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user