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 classMemoryCacheConfig.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 classGenerated 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 MemoryCacheConfigMemoryCacheConfig.create()Create a new instance with default values.static MemoryCacheConfigDeprecated.static MemoryCacheConfigCreate a new instance from configuration.MemoryCache.prototype()Methods in io.helidon.webserver.staticcontent with parameters of type MemoryCacheConfigModifier and TypeMethodDescriptionstatic MemoryCacheConfig.BuilderMemoryCacheConfig.builder(MemoryCacheConfig instance) Create a new fluent API builder from an existing instance.static MemoryCacheMemoryCache.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 onStaticContentConfig.memoryCache()by default.StaticContentConfig.BuilderBase.memoryCache(MemoryCacheConfig memoryCacheConfig) Memory cache shared by the whole feature.
create(io.helidon.config.Config)