public class CacheConf extends Object
| 构造器和说明 |
|---|
CacheConf() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getCacheBehavior() |
Integer |
getCacheTTL() |
String |
getCacheUnit() |
String |
getDescription() |
Boolean |
getFollowOriginRule() |
String |
getHttpCodePattern() |
String |
getPathPattern() |
void |
setCacheBehavior(Boolean cacheBehavior) |
void |
setCacheTTL(Integer cacheTTL) |
void |
setCacheUnit(String cacheUnit) |
void |
setDescription(String description) |
void |
setFollowOriginRule(Boolean followOriginRule) |
void |
setHttpCodePattern(String httpCodePattern) |
void |
setPathPattern(String pathPattern) |
public String getHttpCodePattern()
public void setHttpCodePattern(String httpCodePattern)
public String getPathPattern()
public void setPathPattern(String pathPattern)
public String getDescription()
public void setDescription(String description)
public Integer getCacheTTL()
public void setCacheTTL(Integer cacheTTL)
public String getCacheUnit()
public void setCacheUnit(String cacheUnit)
public Boolean getCacheBehavior()
public void setCacheBehavior(Boolean cacheBehavior)
public Boolean getFollowOriginRule()
public void setFollowOriginRule(Boolean followOriginRule)
Copyright © 2020. All rights reserved.