Django - Caching
Given this template code:
What happens when two different users visit the page?
{% cache 300 'nav' user.id %}
- Home
- Profile
What happens when two different users visit the page?
