Uses of Class
io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
Packages that use MemoryCacheConfig.BuilderBase
-
Uses of MemoryCacheConfig.BuilderBase in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type MemoryCacheConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
MemoryCacheConfig.BuilderBase<BUILDER extends MemoryCacheConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends MemoryCacheConfig> Fluent API builder base forMemoryCache
.Subclasses of MemoryCacheConfig.BuilderBase in io.helidon.webserver.staticcontentMethods in io.helidon.webserver.staticcontent with parameters of type MemoryCacheConfig.BuilderBaseModifier and TypeMethodDescriptionMemoryCacheConfig.BuilderBase.from
(MemoryCacheConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.staticcontent with parameters of type MemoryCacheConfig.BuilderBaseModifierConstructorDescriptionprotected
MemoryCacheConfigImpl
(MemoryCacheConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.