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

Caffeine 2.7 #42

Closed
ben-manes opened this issue Feb 24, 2019 · 2 comments
Closed

Caffeine 2.7 #42

ben-manes opened this issue Feb 24, 2019 · 2 comments
Assignees

Comments

@ben-manes
Copy link

The latest release adds AsyncCache, split off from AsyncLoadingCache, to provide a manual version. This also includes an async asMap() view.

@blemale blemale self-assigned this Mar 2, 2019
@blemale
Copy link
Owner

blemale commented Mar 3, 2019

I will leave the async asMap() view out for now as I'm not sure how to implement it correctly if I want the following signature def asMap(): scala.collection.concurrent.Map[K, scala.concurrent.Future[V]]. I have opened #44 to track that.

@ben-manes
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants