Menu
Back to Discussions

When you're dealing with user-specific data, caching can get a bit tricky.

Kenza El-Malki
Kenza El-Malki
·2211 views
hey everyone, im trying to figure out the best way to cache data thats unique to each user, like their preferences or recent activity. simple global caches seem problematic because of the user-specific nature. should i be thinking about user-based caches, maybe within a user session, or is there a common pattern for this? looking for insights and best practices here.
27 comments

Comments

Loading comments...