You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will lead to unwanted cache invalidation, as any POST on that route clears the cache.
We use in our application an ReverseProxyStore which implements the StoreInterface to forward invalidations to external services like Varnish / Fastly. So we would like to opt out of this magic.
Idea
Add a new option invalidate_on_non_safe-method with true and allow us to disable this