django-cachalot/cachalot
2014-10-19 21:17:07 +02:00
..
__init__.py Updates version number. 2014-10-07 16:06:14 +02:00
cache.py Simplification. 2014-10-19 20:59:00 +02:00
models.py Adds a special cache for transactions. 2014-09-29 19:16:53 +02:00
monkey_patch.py Removes an unused import. 2014-10-19 21:17:07 +02:00
settings.py Uses `wraps` to be able to pickle patched methods. 2014-10-06 00:58:39 +02:00
tests.py Adds another thread-safety test. 2014-10-19 17:34:02 +02:00
transaction.py Invalidates the parent cache before updating it to avoid the committed atomic cache keys for table queries to override those of the parent cache. 2014-10-19 20:40:24 +02:00
utils.py Rewrites caching in transactions for a better multi-threading/processing handling. 2014-10-19 20:15:57 +02:00