@ConfigurationProperties(value="cache-control")
public static class NettyHttpServerConfiguration.FileTypeHandlerConfiguration.CacheControlConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
CacheControlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPublic() |
void |
setPublic(boolean publicCache)
Sets whether the cache control is public.
|