Uses of Interface
io.helidon.webserver.staticcontent.MemoryCacheConfig
Packages that use MemoryCacheConfig
-
Uses of MemoryCacheConfig in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type MemoryCacheConfigModifier and TypeClassDescriptionstatic class
MemoryCacheConfig.BuilderBase<BUILDER extends MemoryCacheConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends MemoryCacheConfig> Fluent API builder base forMemoryCache
.Classes in io.helidon.webserver.staticcontent that implement MemoryCacheConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.staticcontent that return MemoryCacheConfigModifier and TypeMethodDescriptionMemoryCacheConfig.Builder.buildPrototype()
static MemoryCacheConfig
MemoryCacheConfig.create()
Create a new instance with default values.static MemoryCacheConfig
Create a new instance from configuration.MemoryCache.prototype()
Methods in io.helidon.webserver.staticcontent with parameters of type MemoryCacheConfigModifier and TypeMethodDescriptionstatic MemoryCacheConfig.Builder
MemoryCacheConfig.builder
(MemoryCacheConfig instance) Create a new fluent API builder from an existing instance.static MemoryCache
MemoryCache.create
(MemoryCacheConfig config) Create a new memory cache from its configuration.MemoryCacheConfig.BuilderBase.from
(MemoryCacheConfig prototype) Update this builder from an existing prototype instance.BaseHandlerConfig.BuilderBase.memoryCache
(MemoryCacheConfig memoryCacheConfig) Handles will use memory cache configured onStaticContentConfigBlueprint.memoryCache()
by default.StaticContentConfig.BuilderBase.memoryCache
(MemoryCacheConfig memoryCacheConfig) Memory cache shared by the whole feature.