thoughtco / statamic-cache-tracker

12 stars 2 forks source link

[Question] Is this package used for invalidating the cache for both half and full strategies? #1

Closed isaackearl closed 7 months ago

isaackearl commented 7 months ago

I am pretty new to statamic but a long time Laravel dev. The caching I haven't fully grasped how to make it work the way I want to thus far. I installed your package and immediately it made working with the half measure strategy work great. I have a single landing page demo app I've been trying to apply this to, and so it's not a particularly complicated use case, but I turned on full measure caching and the site works great, but invalidation doesn't seem to work at all unless I manually go clear the cache from the control panel. Is there a configuration option I need to set? Thanks!

isaackearl commented 7 months ago

Nevermind, I fixed an issue with my queues not restarting and suddenly cache invalidating was working. Sorry it was a red heron! Great package!