Uses of Enum Class
io.helidon.webserver.ServerResponse.CachingStrategy
-
Uses of ServerResponse.CachingStrategy in io.helidon.webserver
Modifier 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.Modifier and TypeMethodDescriptiondefault ServerResponse
ServerResponse.cachingStrategy
(ServerResponse.CachingStrategy cachingStrategy) Sets theCache-Control
header values according to the specified strategy.