public static class WebProperties.Resources.Cache extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebProperties.Resources.Cache.Cachecontrol
Cache Control HTTP header configuration.
|
Constructor and Description |
---|
Cache() |
Modifier and Type | Method and Description |
---|---|
WebProperties.Resources.Cache.Cachecontrol |
getCachecontrol() |
Duration |
getPeriod() |
boolean |
isUseLastModified() |
void |
setPeriod(Duration period) |
void |
setUseLastModified(boolean useLastModified) |
public Duration getPeriod()
public void setPeriod(Duration period)
public WebProperties.Resources.Cache.Cachecontrol getCachecontrol()
public boolean isUseLastModified()
public void setUseLastModified(boolean useLastModified)