gwdevhub / GuildWarsPartySearch

Party Search Aggregator
1 stars 1 forks source link

Add a cache layer over the DB #54

Closed AlexMacocian closed 2 months ago

AlexMacocian commented 2 months ago

Add a cache layer over the DB. Since there's going to be only one backend, we can cache the db locally. Only refresh the cache after a write operation

AlexMacocian commented 2 months ago

Implemented