Skip to content

Commit

Permalink
fix: ez-caffeine for CacheBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenLiu authored and ZenLiu committed Apr 9, 2020
1 parent 7c74657 commit 3314edc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlin.reflect.*
*/
data class CacheConfig<K : Any, V : Any>(
val name: String,
val builder:(() -> Caffeine<K, V>)
val builder:(() -> Cache<K, V>)
)

interface CacheBuilder {
Expand Down

0 comments on commit 3314edc

Please sign in to comment.