How to create separate caches for different users?
-
I have a custom endpoint that delivers different results based on user authorizations. Obviously all users use the same endpoint, though. (In my case:
phototastisch/v1/albums
) and SHOULD NOT get the same cached result.I see that theres a cache key in “Endpoint API Caches” – surely theres a way to realize what I’m looking for.
Or is this considered bad practice? Even if I only have 10-20 users?
Thanks for your help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to create separate caches for different users?’ is closed to new replies.