I was trying to use locmem cache for my web application but couldn't find any concrete documentation on how can i get 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?
Get list of Cache Keys in Django
This is what i found for memcache but nothing for locmem cache?
P.S.: I am new to using cache in django so I might be missing a few things. Can anyone refer me to a good documentation?