public static class WebProperties.Resources.Cache
extends java.lang.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() |
java.time.Duration |
getPeriod() |
boolean |
isUseLastModified() |
void |
setPeriod(java.time.Duration period) |
void |
setUseLastModified(boolean useLastModified) |
public java.time.Duration getPeriod()
public void setPeriod(java.time.Duration period)
public WebProperties.Resources.Cache.Cachecontrol getCachecontrol()
public boolean isUseLastModified()
public void setUseLastModified(boolean useLastModified)