public class Cache extends AbstractModel
Constructor and Description |
---|
Cache() |
Modifier and Type | Method and Description |
---|---|
AdvancedCache |
getAdvancedCache()
Get Advanced cache expiration configuration (This feature is in beta and not generally available yet.)
Note: this field may return null, indicating that no valid values can be obtained.
|
SimpleCache |
getSimpleCache()
Get Basic cache expiration time configuration
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setAdvancedCache(AdvancedCache AdvancedCache)
Set Advanced cache expiration configuration (This feature is in beta and not generally available yet.)
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSimpleCache(SimpleCache SimpleCache)
Set Basic cache expiration time configuration
Note: this field may return null, indicating that no valid values can be 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 SimpleCache getSimpleCache()
public void setSimpleCache(SimpleCache SimpleCache)
SimpleCache
- Basic cache expiration time configuration
Note: this field may return null, indicating that no valid values can be obtained.public AdvancedCache getAdvancedCache()
public void setAdvancedCache(AdvancedCache AdvancedCache)
AdvancedCache
- Advanced cache expiration configuration (This feature is in beta and not generally available yet.)
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.