Skip to content

Instantly share code, notes, and snippets.

@Bpless
Created December 7, 2011 17:17
Show Gist options
  • Save Bpless/1443654 to your computer and use it in GitHub Desktop.
Save Bpless/1443654 to your computer and use it in GitHub Desktop.
Cachit.objects.all()

Cachit.objects.all().update(key_data=3)

Cachit.objects.create(key_data=5)

CacheIt.objects.all()      # Likely to return stale data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment