I have a sidebar which I have cached as it uses liquid logic that's been slowing down my builds. If I make changes to this sidebar file, I still get the unchanged version.
Steps to reproduce the behavior
include_cached sidebar.html
Files are regenerated
Make changes to sidebar.html
Files are regenerated
Refresh page
No changes visible in browser
Expected behavior
include_cached sidebar.html
Files are regenerated
Make changes to sidebar.html
Files are regenerated
Refresh page
Changes visible in browser
Screenshots
N/A
Additional context
N/A
Am I missing something? Is there a method to clear the cache I'm not seeing?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
I have a sidebar which I have cached as it uses liquid logic that's been slowing down my builds. If I make changes to this sidebar file, I still get the unchanged version.
Steps to reproduce the behavior
Expected behavior
Screenshots
N/A
Additional context
N/A
Am I missing something? Is there a method to clear the cache I'm not seeing?