I also have a question about data caching. What if I cache a user with ID 1 and also cache a different user with ID 2 and so on. Can I cache up to unlimited numbers depending on the users logged in? Or do I not use cache for this scenario. I am trying to cache a profile view page.