Since the data doesn't change, there's no reason to perform a query every time we reload the page. To fix that, let's add some server-side caching. We'll want to build in a way to expire the cache when the db updates as well as add a way to do it manually.