|
|
|
|
|
by weird-eye-issue
176 days ago
|
|
It would be important to use for relatively high traffic use cases Let's say you have a chatbot with hundreds of active users, their requests could get routed to different machines which would mean the implicit caching wouldn't work If you set the cache key to a user id then it would be more likely each user's chat could get cached on subsequent requests |
|