akka/akka-http

Allow a custom caffeine cache loader

Ouverte

#4 120 ouverte le 9 mai 2022

 (1 commentaire) (0 réaction) (0 personne assignée)Scala (598 forks)batch import
3 - in progresshelp wantedt:caching

Métriques du dépôt

Stars
 (1 311 étoiles)
Métriques de merge PR
 (Merge moyen 1j 10h) (2 PRs mergées en 30 j)

Description

I'd love to be able to plugin a specific caffeine implementation rather than just the default. For instance with an oauth token that requires being "refreshed" via an http request. I'd love to be able to use https://github.com/ben-manes/caffeine/wiki/Refresh to do it

Guide contributeur