public class Cache304Config extends Object implements Serializable
Cache304,
Cache304AnnotationParser.parse(Cache304),
Serialized Form| Constructor and Description |
|---|
Cache304Config() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheDays() |
long |
getCacheSeconds() |
long |
getLimitMaxAge() |
boolean |
isUseCacheIfException() |
boolean |
isUseMaxAge() |
void |
setCacheDays(int cacheDays) |
void |
setCacheSeconds(long cacheSeconds) |
void |
setLimitMaxAge(long limitMaxAge) |
void |
setUseCacheIfException(boolean useCacheIfException) |
void |
setUseMaxAge(boolean useMaxAge) |
public long getCacheSeconds()
public void setCacheSeconds(long cacheSeconds)
public int getCacheDays()
public void setCacheDays(int cacheDays)
public boolean isUseMaxAge()
public void setUseMaxAge(boolean useMaxAge)
public long getLimitMaxAge()
public void setLimitMaxAge(long limitMaxAge)
public boolean isUseCacheIfException()
public void setUseCacheIfException(boolean useCacheIfException)
Copyright © 2021–2023 EasyJ开源社区. All rights reserved.