Expected Behavior
When I refresh or load the front end again, it should contain the newest iteration of the data.
Current Behavior
The data is cached. This threw me for a loop when I was testing today. I was testing a cron job to update the data and I could not figure out why my view was having issues (until I decided to ctrl+shift+r and then felt really silly)
Possible Solution
I complained about this to my brother and he suggested that there might be a way to put a no caching tag into the html
Steps to Reproduce (for bugs)
- update the thing
- refresh and no new data
Context
I got confused
More usefully, someone else could get confused by outdated data
Expected Behavior
When I refresh or load the front end again, it should contain the newest iteration of the data.
Current Behavior
The data is cached. This threw me for a loop when I was testing today. I was testing a cron job to update the data and I could not figure out why my view was having issues (until I decided to ctrl+shift+r and then felt really silly)
Possible Solution
I complained about this to my brother and he suggested that there might be a way to put a no caching tag into the html
Steps to Reproduce (for bugs)
Context
I got confused
More usefully, someone else could get confused by outdated data