public class RuleCacheConfig extends AbstractModel
skipSign
Constructor and Description |
---|
RuleCacheConfig() |
RuleCacheConfig(RuleCacheConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
CacheConfigCache |
getCache()
Get Cache configuration
|
CacheConfigFollowOrigin |
getFollowOrigin()
Get Follows the origin server configuration
|
CacheConfigNoCache |
getNoCache()
Get No cache configuration
|
void |
setCache(CacheConfigCache Cache)
Set Cache configuration
|
void |
setFollowOrigin(CacheConfigFollowOrigin FollowOrigin)
Set Follows the origin server configuration
|
void |
setNoCache(CacheConfigNoCache NoCache)
Set No cache configuration
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleCacheConfig()
public RuleCacheConfig(RuleCacheConfig source)
public CacheConfigCache getCache()
public void setCache(CacheConfigCache Cache)
Cache
- Cache configurationpublic CacheConfigNoCache getNoCache()
public void setNoCache(CacheConfigNoCache NoCache)
NoCache
- No cache configurationpublic CacheConfigFollowOrigin getFollowOrigin()
public void setFollowOrigin(CacheConfigFollowOrigin FollowOrigin)
FollowOrigin
- Follows the origin server configurationCopyright © 2023. All rights reserved.