- On start application should look to file and load that cache if it exist into memory and use it. - On boot after initial load application should run `GET /cache` endpoint functionality - `GET /cache` endpoint on trigger should query the database for ALL cards and store in memory for quick retrieval and also to file.
GET /cacheendpoint functionalityGET /cacheendpoint on trigger should query the database for ALL cards and store in memory for quick retrieval and also to file.