Uses of Class
io.helidon.integrations.microstream.cache.CacheBuilder
-
Packages that use CacheBuilder Package Description io.helidon.integrations.microstream.cache Provides support for Microstream-Cache features integration. -
-
Uses of CacheBuilder in io.helidon.integrations.microstream.cache
Methods in io.helidon.integrations.microstream.cache that return CacheBuilder Modifier and Type Method Description static <K,V>
CacheBuilder<K,V>CacheBuilder. builder(one.microstream.cache.types.CacheConfiguration<K,V> configuration, Class<K> keyType, Class<V> valueType)
Create a new cache builder using the provided microstream cache configuration.
-