sksamuel / aedile

Kotlin Wrapper for Caffeine
Apache License 2.0
164 stars 15 forks source link

Added buildAll method #6

Closed sksamuel closed 1 year ago

sksamuel commented 1 year ago

Fixes #5

ben-manes commented 1 year ago

fyi, AsyncCacheLoader.bulk might simplify your logic

sksamuel commented 1 year ago

Ah nice, thanks, I've applied that change.