Uses of Class
com.tencentcloudapi.teo.v20220901.models.CacheConfig
-
Packages that use CacheConfig Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of CacheConfig in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return CacheConfig Modifier and Type Method Description CacheConfigDetailHost. getCacheConfig()Get 缓存配置项。 注意:此字段可能返回 null,表示取不到有效值。CacheConfigModifyZoneSettingRequest. getCacheConfig()Get 缓存过期时间配置。 不填写表示保持原有配置。CacheConfigZoneSetting. getCacheConfig()Get 缓存过期时间配置。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type CacheConfig Modifier and Type Method Description voidDetailHost. setCacheConfig(CacheConfig CacheConfig)Set 缓存配置项。 注意:此字段可能返回 null,表示取不到有效值。voidModifyZoneSettingRequest. setCacheConfig(CacheConfig CacheConfig)Set 缓存过期时间配置。 不填写表示保持原有配置。voidZoneSetting. setCacheConfig(CacheConfig CacheConfig)Set 缓存过期时间配置。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type CacheConfig Constructor Description 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.
-