django-cacheback icon indicating copy to clipboard operation
django-cacheback copied to clipboard

Django cache thread-safe

Open iurisilvio opened this issue 2 years ago • 0 comments

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

iurisilvio avatar Oct 19 '22 06:10 iurisilvio