Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cache refreshing in the background #223

Open
ryanlchandler opened this issue Jun 10, 2024 · 1 comment
Open

Support cache refreshing in the background #223

ryanlchandler opened this issue Jun 10, 2024 · 1 comment

Comments

@ryanlchandler
Copy link

It would be useful to have the cache refresh in the background to avoid paying the cost of a cache miss. Coming from the Java world I'm thinking of something like Google's caching library - https://github.com/google/guava/wiki/CachesExplained#refresh

@cabol
Copy link
Owner

cabol commented Jun 11, 2024

Looks interesting. Not sure if something similar can be achieved using the caching decorators. I'll definitely take a look at it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants