1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/cache
Jaap Roes 7be638390e Fixed #20536 -- rewrite of the file based cache backend
* Safer for use in multiprocess environments
 * Better random culling
 * Cache files use less disk space
 * Safer delete behavior

Also fixed #15806, fixed #15825.
2013-11-07 16:12:15 +02:00
..
__init__.py
closeable_cache.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
liberal_backend.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
models.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
tests.py Fixed #20536 -- rewrite of the file based cache backend 2013-11-07 16:12:15 +02:00