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 MemoryCacheMemoryCache.create()Create an in-memory cache with zero capacity.static MemoryCacheMemoryCache.create(MemoryCacheConfig config) Create a new memory cache from its configuration.static MemoryCacheMemoryCache.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 onStaticContentConfig.memoryCache()by default.BaseHandlerConfig.memoryCache()Handles will use memory cache configured onStaticContentConfig.memoryCache()by default.StaticContentConfig.BuilderBase.memoryCache()Memory cache shared by the whole feature.StaticContentConfig.BuilderBase.StaticContentConfigImpl.memoryCache()StaticContentConfig.memoryCache()Memory cache shared by the whole feature.Methods in io.helidon.webserver.staticcontent with parameters of type MemoryCacheModifier and TypeMethodDescriptionBaseHandlerConfig.BuilderBase.memoryCache(MemoryCache memoryCache) Handles will use memory cache configured onStaticContentConfig.memoryCache()by default.StaticContentConfig.BuilderBase.memoryCache(MemoryCache memoryCache) Memory cache shared by the whole feature.