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
For cache2k 2.0, which can use Java 8 CompletableFuture I intend keep the callback based interface but
add another one so, CompletableFuture can be used directly, thus avoiding boilerplate code like the above that
converts between the different async interfaces.
General useful for reactive programming.
Useful together with refresh ahead. See: ben-manes/caffeine#261
The text was updated successfully, but these errors were encountered: