-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
feature 🎁Feature or enhancementFeature or enhancementneeds API design 🎨Requires public/private API design before implementationRequires public/private API design before implementation
Description
Is your feature request related to a problem? Please describe.
We are currently delegating adding keys to the cache to the callers:
This makes skore code more complex as callers have to know about this peculiarity of the cache.
Describe the solution you'd like
The current code is a quick fix to preserve thread-safety. We should rework the caching mechanism to make it thread-safe, and move back all the adding keys logic into the cache module.
Describe alternatives you've considered, if relevant
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
feature 🎁Feature or enhancementFeature or enhancementneeds API design 🎨Requires public/private API design before implementationRequires public/private API design before implementation