Uses of Class
io.helidon.webserver.staticcontent.MemoryCache
Packages that use MemoryCache
-
Uses of MemoryCache in io.helidon.webserver.staticcontent
Methods in io.helidon.webserver.staticcontent that return MemoryCacheModifier and TypeMethodDescriptionMemoryCacheConfig.Builder.build()
MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl.build()
static MemoryCache
MemoryCache.create()
Create an in-memory cache with zero capacity.static MemoryCache
MemoryCache.create
(MemoryCacheConfig config) Create a new memory cache from its configuration.static MemoryCache
MemoryCache.create
(Consumer<MemoryCacheConfig.Builder> consumer) Create a new memory cache customizing its configuration.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl.get()
Methods in io.helidon.webserver.staticcontent that return types with arguments of type MemoryCacheModifier and TypeMethodDescriptionBaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl.memoryCache()
BaseHandlerConfig.BuilderBase.memoryCache()
Handles will use memory cache configured onStaticContentConfigBlueprint.memoryCache()
by default.StaticContentConfig.BuilderBase.memoryCache()
Memory cache shared by the whole feature.StaticContentConfig.BuilderBase.StaticContentConfigImpl.memoryCache()
Methods in io.helidon.webserver.staticcontent with parameters of type MemoryCacheModifier and TypeMethodDescriptionBaseHandlerConfig.BuilderBase.memoryCache
(MemoryCache memoryCache) Handles will use memory cache configured onStaticContentConfigBlueprint.memoryCache()
by default.StaticContentConfig.BuilderBase.memoryCache
(MemoryCache memoryCache) Memory cache shared by the whole feature.