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
Current scalacache default implementation allows us to cache values for a desired duration (TTL).
In some cases, we may need to refresh value in parallel without expiring it, just like Guava/Caffeine's refreshAfterWrite behaviour.
Maybe this involve adding another mode kind of behaviour for caching strategies. Hope sometime we will see this feature in scalacache!
The text was updated successfully, but these errors were encountered:
It would be great to have the refreshAfterWrite feature added in scalacache (like Caffeine, Guava etc), so that we can use the CacheLoader to refresh the cache values without ever expiring it.
Current scalacache default implementation allows us to cache values for a desired duration (TTL).
In some cases, we may need to refresh value in parallel without expiring it, just like Guava/Caffeine's
refreshAfterWrite
behaviour.Maybe this involve adding another
mode
kind of behaviour for caching strategies. Hope sometime we will see this feature in scalacache!The text was updated successfully, but these errors were encountered: