fromCache2k

fun <Key : Any, Value : Any> Cache.Companion.fromCache2k(cache: Cache<Key, Value>): Cache<Key, Value>

Wrapper around Cache2k (https://cache2k.org/)

Return

Cache

Sources

jvm source
Link copied to clipboard