Uses of Class
io.helidon.integrations.microstream.cache.CacheBuilder
Package
Description
Provides support for Microstream-Cache features integration.
-
Uses of CacheBuilder in io.helidon.integrations.microstream.cache
Modifier and TypeMethodDescriptionstatic <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.