johnny-cache
johnny-cache copied to clipboard
return cache keys for a given queryset
Is it posible to return the cache keys for a given queryset? I want to reuse johnny-cache's keys to cache the entire response in memcache.
Thanks