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
feat(server): replace cache library with Aedile (#1835)
In order to have a better monitoring of our cache, a library that easily
exposes metrics is a requirement.
This commit replaces the current cache implementation with Aedile, a
wrapper to Caffeine.
Caffeine supports monitoring natively, while aedile allows us to access
it without losing the kotlin-like style.
0 commit comments