I was trying to use the locmem cache for my web application but couldn't find any documentation on how to see the contents of the cache. I mean I want to check if my keys are being set correctly in the cache. How can I list all the keys in this cache or is that even possible?
I found the question "https://stackoverflow.com/questions/9048257/get-list-of-cache-keys-in-django?rq=1" but it's about memcache, not the locmem cache.