Support cache refreshing in the background
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
Looks interesting. Not sure if something similar can be achieved using the caching decorators. I'll definitely take a look at it. Thanks!
Oh, I have a boilerplate which I add in every one of my projects for cache warmup in background. I can share it, but it's hacky
@hissssst Sure, that would be helpful. At least we can have an initial idea. Also, I'm considering this but for Nebulex V3.