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