I\'d like to cache a view in my Django app. However, the result of the view varies for every user, so the cache should show a different result to each user.
I\'ve tri