django1/django/core/cache/backends
Jeremy Lainé 3b03bce122 [4.0.x] Fixed #33361 -- Fixed Redis cache backend crash on booleans.
Backport of 2f33217ea2 from main
2021-12-14 08:46:16 +01:00
..
__init__.py Refactored cache from django/core/cache.py into django/core/cache package, with each backend getting a separate module. This keeps things cleaner and uses less memory, because the backend module is only loaded if it's needed. 2006-02-24 06:07:01 +00:00
base.py Fixed #32076 -- Added async methods to BaseCache. 2021-09-07 20:14:25 +02:00
db.py Fixed #33060 -- Added BaseCache.make_and_validate_key() hook. 2021-09-07 11:59:59 +02:00
dummy.py Fixed #33060 -- Added BaseCache.make_and_validate_key() hook. 2021-09-07 11:59:59 +02:00
filebased.py Fixed #33060 -- Added BaseCache.make_and_validate_key() hook. 2021-09-07 11:59:59 +02:00
locmem.py Fixed #33060 -- Added BaseCache.make_and_validate_key() hook. 2021-09-07 11:59:59 +02:00
memcached.py Fixed #33060 -- Added BaseCache.make_and_validate_key() hook. 2021-09-07 11:59:59 +02:00
redis.py [4.0.x] Fixed #33361 -- Fixed Redis cache backend crash on booleans. 2021-12-14 08:46:16 +01:00