ComputerScienceHouse / game-night

A board and card games database for Computer Science House.
https://game-night.csh.rit.edu
3 stars 5 forks source link

Cache various queries #51

Open mfrancis95 opened 6 years ago

mfrancis95 commented 6 years ago

Use an in-memory storage to cache repeated queries such as the min and max number of players and the game names. Clear the cache whenever a game is added or deleted.