消除许多物体,使其无法满足特定条件
原文:Deleting many object from cache fulfilling given condition
原文:Deleting many object from cache fulfilling given condition
I ve got model X constructed per other model Y and user U. X is stored in django-cache under key X_Y.id_U.id . Now i want to delete all models X binded to Y from cache (for all users). How can i do ...