Package | Description |
---|---|
com.tencentcloudapi.cdn.v20180606.models |
Modifier and Type | Method and Description |
---|---|
Cache |
UpdateDomainConfigRequest.getCache()
Get Cache expiration time configuration
|
Cache |
DetailDomain.getCache()
Get Node cache expiration rule configuration
Note: This field may return `null`, indicating that no valid value can be obtained.
|
Cache |
AddCdnDomainRequest.getCache()
Get Cache validity configuration
|
Cache |
OverseaConfig.getCache()
Get Cache rule configuration.
|
Cache |
MainlandConfig.getCache()
Get Cache rule configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDomainConfigRequest.setCache(Cache Cache)
Set Cache expiration time configuration
|
void |
DetailDomain.setCache(Cache Cache)
Set Node cache expiration rule configuration
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
AddCdnDomainRequest.setCache(Cache Cache)
Set Cache validity configuration
|
void |
OverseaConfig.setCache(Cache Cache)
Set Cache rule configuration.
|
void |
MainlandConfig.setCache(Cache Cache)
Set Cache rule configuration.
|
Constructor and Description |
---|
Cache(Cache 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.
|
Copyright © 2023. All rights reserved.