kotlin / de.comhix.commons.kotlin.guava / com.google.common.cache.CacheBuilder

Extensions for com.google.common.cache.CacheBuilder

build

fun <Key, Value> CacheBuilder<Key, Value>.build(loader: (key: Key) -> Value?): LoadingCache<Key, Value>