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 缓存配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| CacheConfigFollowOrigin | getFollowOrigin()Get 遵循源站配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| CacheConfigNoCache | getNoCache()Get 不缓存配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCache(CacheConfigCache Cache)Set 缓存配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFollowOrigin(CacheConfigFollowOrigin FollowOrigin)Set 遵循源站配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setNoCache(CacheConfigNoCache NoCache)Set 不缓存配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RuleCacheConfig()
public RuleCacheConfig(RuleCacheConfig source)
public CacheConfigCache getCache()
public void setCache(CacheConfigCache Cache)
Cache - 缓存配置
注意:此字段可能返回 null,表示取不到有效值。public CacheConfigNoCache getNoCache()
public void setNoCache(CacheConfigNoCache NoCache)
NoCache - 不缓存配置
注意:此字段可能返回 null,表示取不到有效值。public CacheConfigFollowOrigin getFollowOrigin()
public void setFollowOrigin(CacheConfigFollowOrigin FollowOrigin)
FollowOrigin - 遵循源站配置
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.