Uses of Class
com.tencentcloudapi.teo.v20220901.models.CachePrefresh
-
Packages that use CachePrefresh Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of CachePrefresh in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return CachePrefresh Modifier and Type Method Description CachePrefreshModifyZoneSettingRequest. getCachePrefresh()Get 缓存预刷新配置。 不填写表示保持原有配置。CachePrefreshZoneSetting. getCachePrefresh()Get 缓存预刷新配置。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type CachePrefresh Modifier and Type Method Description voidModifyZoneSettingRequest. setCachePrefresh(CachePrefresh CachePrefresh)Set 缓存预刷新配置。 不填写表示保持原有配置。voidZoneSetting. setCachePrefresh(CachePrefresh CachePrefresh)Set 缓存预刷新配置。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type CachePrefresh Constructor Description CachePrefresh(CachePrefresh 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.
-