django1/django/core/cache/backends
Malcolm Box 66880e4cd1 Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry
Refactored cache expiry logic for Locmemcache to make consistent across
all places where accessed, and correctly handle None as expiry time.
2014-05-09 18:35:07 +02: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 #22085 -- Added a feature for setting non-expiring keys as the default. 2014-03-04 21:16:35 +01:00
db.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
dummy.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
filebased.py Fixed a couple flake8 warnings. 2013-11-07 20:10:25 -05:00
locmem.py Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry 2014-05-09 18:35:07 +02:00
memcached.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00