Uses of Class
io.helidon.common.configurable.LruCacheConfig.BuilderBase
Packages that use LruCacheConfig.BuilderBase
-
Uses of LruCacheConfig.BuilderBase in io.helidon.common.configurable
Classes in io.helidon.common.configurable with type parameters of type LruCacheConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
LruCacheConfig.BuilderBase<K,
V, BUILDER extends LruCacheConfig.BuilderBase<K, V, BUILDER, PROTOTYPE>, PROTOTYPE extends LruCacheConfig<K, V>> Fluent API builder base forLruCache
.Subclasses of LruCacheConfig.BuilderBase in io.helidon.common.configurableMethods in io.helidon.common.configurable with parameters of type LruCacheConfig.BuilderBaseModifier and TypeMethodDescriptionLruCacheConfig.BuilderBase.from
(LruCacheConfig.BuilderBase<K, V, ?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.configurable with parameters of type LruCacheConfig.BuilderBaseModifierConstructorDescriptionprotected
LruCacheConfigImpl
(LruCacheConfig.BuilderBase<K, V, ?, ?> builder) Create an instance providing a builder.