ironfroggy/django-better-cache

Allow secondary key sets on CacheModel

ironfroggy opened this issue · 0 comments

CacheModel should allow sets of fields to be defined as secondary keys, which would be saved in the cache mapping to the real key, and allow lookup of a single object by multiple combinations of values.