I tried to use the locmem cache for my web application, but could not find any specific documentation on how I can get the contents of the cache. I want to say that I want to check if my keys in the cache are set correctly. How can I list all the keys in this cache or is it possible?
Get a list of cache keys in Django
This is what I found for memcache but nothing for locmem cache?
PS: I am new to using cache in django, so I can skip a few things. Can anyone refer to good documentation?
python django caching
Mayank
source share