We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently, we just call the same clear cache helper functions from different places like admin view, template views.
It would be a better approach to connect to the SQLAlchemy signals (for example, an on_update) to dispatch such cache clear methods.
on_update