jdenoc / money-tracker

income/expense tracker with receipt retention
MIT License
5 stars 0 forks source link

Added endpoint caching #492

Closed jdenoc closed 2 months ago

jdenoc commented 2 years ago

It would be handy if we could cache data generated by /api/ endpoints. Especially if the data rarely changes.

https://laravel-news.com/laracache-orm-caching-package-for-laravel

jdenoc commented 2 years ago

Should be implemented after #96

jdenoc commented 2 years ago

When a setting (i.e.: tags) has been changed, the cache should be busted.