RTB-CTF-Framework icon indicating copy to clipboard operation
RTB-CTF-Framework copied to clipboard

Use signals for clearing cache

Open eshaan7 opened this issue 4 years ago • 0 comments

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.

eshaan7 avatar Mar 18 '21 00:03 eshaan7