Example #1
0
def reset_threadlocal_cache():
    threadlocal.clear()
Example #2
0
 def _clear_cache():
     threadlocal.clear()
Example #3
0
def reset_threadlocal_cache():
    threadlocal.clear()