public class RuleCacheConfig extends AbstractModel
Constructor and Description |
---|
RuleCacheConfig() |
Modifier and Type | Method and Description |
---|---|
CacheConfigCache |
getCache()
Get Cache configuration
Note: this field may return `null`, indicating that no valid value is obtained.
|
CacheConfigFollowOrigin |
getFollowOrigin()
Get Follows the origin server configuration
Note: this field may return null, indicating that no valid value is obtained.
|
CacheConfigNoCache |
getNoCache()
Get No cache configuration
Note: this field may return null, indicating that no valid value is obtained.
|
void |
setCache(CacheConfigCache Cache)
Set Cache configuration
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setFollowOrigin(CacheConfigFollowOrigin FollowOrigin)
Set Follows the origin server configuration
Note: this field may return null, indicating that no valid value is obtained.
|
void |
setNoCache(CacheConfigNoCache NoCache)
Set No cache configuration
Note: this field may return null, indicating that no valid value is obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CacheConfigCache getCache()
public void setCache(CacheConfigCache Cache)
Cache
- Cache configuration
Note: this field may return `null`, indicating that no valid value is obtained.public CacheConfigNoCache getNoCache()
public void setNoCache(CacheConfigNoCache NoCache)
NoCache
- No cache configuration
Note: this field may return null, indicating that no valid value is obtained.public CacheConfigFollowOrigin getFollowOrigin()
public void setFollowOrigin(CacheConfigFollowOrigin FollowOrigin)
FollowOrigin
- Follows the origin server configuration
Note: this field may return null, indicating that no valid value is obtained.Copyright © 2021. All rights reserved.