django-cacheback
django-cacheback copied to clipboard
Django cache thread-safe
trafficstars
Access to caches[alias] must happen per thread. When you do it on init, you create a thread unsafe scenario.
I fixed the same thing on Django. https://code.djangoproject.com/ticket/33252