DanielScholte / GuildWars2Companion

GW2 Companion is an unofficial open-source Guild Wars 2 app. GW2 Companion helps you keep track of your account progression and characters, and provides information to help you on your journey in Tyria.
GNU General Public License v3.0
63 stars 14 forks source link

Feature/cache service #58

Closed DanielScholte closed 3 years ago

DanielScholte commented 3 years ago

Description

Moves all caching code to a single service.

Related Issue

Fixes the bugs where using more requested data from an existing call that wasn't cached. With this service, the cache will be cleared if it's deemed outdated.

How Has This Been Tested?

Tested locally for about a month.