@Deprecated public static class ResourceProperties.Cache extends WebProperties.Resources.Cache
Modifier and Type | Class and Description |
---|---|
static class |
ResourceProperties.Cache.Cachecontrol
Deprecated.
|
Constructor and Description |
---|
Cache()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ResourceProperties.Cache.Cachecontrol |
getCachecontrol()
Deprecated.
|
Duration |
getPeriod()
Deprecated.
|
boolean |
isUseLastModified()
Deprecated.
|
setPeriod, setUseLastModified
@DeprecatedConfigurationProperty(replacement="spring.web.resources.cache.period") public Duration getPeriod()
getPeriod
in class WebProperties.Resources.Cache
public ResourceProperties.Cache.Cachecontrol getCachecontrol()
getCachecontrol
in class WebProperties.Resources.Cache
@DeprecatedConfigurationProperty(replacement="spring.web.resources.cache.use-last-modified") public boolean isUseLastModified()
isUseLastModified
in class WebProperties.Resources.Cache