Created
December 16, 2009 00:18
-
-
Save jbalogh/257450 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| create a key from whatever filters are in the query => query_key | |
| as we iterate through objects in the queryset, ask them for their cache key => object_key | |
| maintain maps of object_key => [query_key] | |
| when object_key is invalidated, invalidate all its mapped query_keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment