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.