4 ms·
Does anyone actually compute / use this key feature? Or do you rely on implicit caching? I wish HN had a comment with a poll feature.
by psadri 9mo ago
Does anyone actually compute / use this key feature? Or do you rely on implicit caching? I wish HN had a comment with a poll feature.
- weird-eye-issue 9mo agoIt 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