fromEhcache

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

Wrapper around EhCache (http://www.ehcache.org/)

Return

Cache

Sources

jvm source
Link copied to clipboard