Hi ! I'm hitting an issue with cache and I'm not ...
# htmx-general
p
Hi ! I'm hitting an issue with cache and I'm not sure how to solve it. Here is my use case : I load an employee list page with 10 default employees and a live search with htmx. When I search, the default live search results replaces the default employees list with the results. If I click on a result I go to the details page. From the details page, if I click the back button on the browser, I have my last employees list page with filtered results from the cache and I was expecting to have a fresh new page with the default employees. I'm doing something wrong with htmx, but I don't understand what.