⬅︎ Back to Nasty surprise of Django cache
Local memory cache exists only in memory space of python process, so when you terminate it old data is gone.
Comment
Local memory cache exists only in memory space of python process, so when you terminate it old data is gone.