Changes between Version 1 and Version 8 of Ticket #32076
- Timestamp:
- Oct 8, 2020, 2:56:26 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32076
- Property Cc added
- Property Status new → assigned
- Property Triage Stage Unreviewed → Accepted
- Property Owner changed from to
- Property Summary Adding async methods to BaseCache → Adding async methods to Base, Dummy, and LocMem cache backends
-
Ticket #32076 – Description
v1 v8 17 17 18 18 For reference, the Google Group Discussion: [https://groups.google.com/forum/#!topic/django-developers/sGq5Bnc2JMg here] and [https://groups.google.com/forum/#!topic/django-developers/NX03LNahZPo here] 19 20 Edit: I've decided to add the three main cache backends -- BaseCache, DummyCache, LocMemCache -- with the necessary test cases which can be used for all future async test cases for stuff like DBCache. Please read the latest commit for which test cases are notable exceptions to the main BaseCacheTests mixin.