public class RuleCacheConfig extends AbstractModel
header, 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 Follow the origin configuration.
|
CacheConfigNoCache |
getNoCache()
Get Configuration is not cached.
|
void |
setCache(CacheConfigCache Cache)
Set Cache configuration.
|
void |
setFollowOrigin(CacheConfigFollowOrigin FollowOrigin)
Set Follow the origin configuration.
|
void |
setNoCache(CacheConfigNoCache NoCache)
Set Configuration is not cached.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleCacheConfig()
public RuleCacheConfig(RuleCacheConfig source)
public CacheConfigCache getCache()
public void setCache(CacheConfigCache Cache)
Cache
- Cache configuration.
Note: This field may return null, indicating that no valid value can be obtained.public CacheConfigNoCache getNoCache()
public void setNoCache(CacheConfigNoCache NoCache)
NoCache
- Configuration is not cached.
Note: This field may return null, indicating that no valid value can be obtained.public CacheConfigFollowOrigin getFollowOrigin()
public void setFollowOrigin(CacheConfigFollowOrigin FollowOrigin)
FollowOrigin
- Follow the origin configuration.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.