You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In other RabbitMQ projects where we have a cache, it is sometimes an interface that you can implement however you like and configure a module to be used. Maybe it's an overkill for Khepri but there is no single best way to do K/V caching in process, so an interface makes certain sense to me. Our first implementation can be ETS-based :)
In #72, we introduce a cache for already extracted standalone functions to improve performances.
Currently, this cache will grow indefinitely. We need some kind of policy to clean it up.
The text was updated successfully, but these errors were encountered: