public class CacheConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CacheConfig() | 
| CacheConfig(CacheConfig 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 | 
|---|---|
| Long | getHeuristicCacheTime()Get Unit: Second
Note: This field may return·`null`, indicating that no valid values can be obtained. | 
| String | getHeuristicCacheTimeSwitch()Get Whether to enable heuristic cache validity. | 
| void | setHeuristicCacheTime(Long HeuristicCacheTime)Set Unit: Second
Note: This field may return·`null`, indicating that no valid values can be obtained. | 
| void | setHeuristicCacheTimeSwitch(String HeuristicCacheTimeSwitch)Set Whether to enable heuristic cache validity. | 
| 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, toJsonStringpublic CacheConfig()
public CacheConfig(CacheConfig source)
public String getHeuristicCacheTimeSwitch()
public void setHeuristicCacheTimeSwitch(String HeuristicCacheTimeSwitch)
HeuristicCacheTimeSwitch - Whether to enable heuristic cache validity. Values:
`on`: Enable
`off`: Disable
Note: This field may return·`null`, indicating that no valid values can be obtained.public Long getHeuristicCacheTime()
public void setHeuristicCacheTime(Long HeuristicCacheTime)
HeuristicCacheTime - Unit: Second
Note: This field may return·`null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.