Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经根据其他模型 Y 和用户 U 构建了模型 X。X 存储在 django-cache 中的键“X_Y.id_U.id”下。现在我想从缓存中删除所有绑定到 Y 的模型 X(对于所有用户)。我怎样才能做到这一点?