Package | Description |
---|---|
com.tencentcloudapi.cdn.v20180606.models |
Modifier and Type | Method and Description |
---|---|
CacheKey |
OverseaConfig.getCacheKey()
Get Cache configuration.
|
CacheKey |
UpdateDomainConfigRequest.getCacheKey()
Get Node cache key configuration
|
CacheKey |
DetailDomain.getCacheKey()
Get Configuration of cache with/without parameter
Note: This field may return `null`, indicating that no valid value can be obtained.
|
CacheKey |
MainlandConfig.getCacheKey()
Get Cache configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
OverseaConfig.setCacheKey(CacheKey CacheKey)
Set Cache configuration.
|
void |
UpdateDomainConfigRequest.setCacheKey(CacheKey CacheKey)
Set Node cache key configuration
|
void |
DetailDomain.setCacheKey(CacheKey CacheKey)
Set Configuration of cache with/without parameter
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
MainlandConfig.setCacheKey(CacheKey CacheKey)
Set Cache configurations.
|
Constructor and Description |
---|
CacheKey(CacheKey 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.