1
A relatively simple way is to attach a function to the post_save
signal of the model, and invalidate the cache if the model instance is updated.
Source:stackexchange.com
1
A relatively simple way is to attach a function to the post_save
signal of the model, and invalidate the cache if the model instance is updated.