nightmode/feri

Improve functions.cacheReset() for API use.

Closed this issue · 1 comments

Have functions.cacheReset() loop through the sub keys in shared.cache in order to reset arrays and objects. Then API users can add something to shared.cache without worrying about it not being reset properly when functions.cacheReset() is called.

All done. ^_^