Uses of Enum Class
io.helidon.webserver.ServerResponse.CachingStrategy
Packages that use ServerResponse.CachingStrategy
-
Uses of ServerResponse.CachingStrategy in io.helidon.webserver
Methods in io.helidon.webserver that return ServerResponse.CachingStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServerResponse.CachingStrategy[]ServerResponse.CachingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.webserver with parameters of type ServerResponse.CachingStrategyModifier and TypeMethodDescriptiondefault ServerResponseServerResponse.cachingStrategy(ServerResponse.CachingStrategy cachingStrategy) Sets theCache-Controlheader values according to the specified strategy.