Uses of Class
com.tencentcloudapi.cdn.v20180606.models.Cache
-
Packages that use Cache Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of Cache in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return Cache Modifier and Type Method Description CacheAddCdnDomainRequest. getCache()Get 缓存过期时间配置CacheDetailDomain. getCache()Get 节点缓存过期规则配置 注意:此字段可能返回 null,表示取不到有效值。CacheMainlandConfig. getCache()Get 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。CacheOverseaConfig. getCache()Get 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。CacheUpdateDomainConfigRequest. getCache()Get 缓存过期时间配置Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type Cache Modifier and Type Method Description voidAddCdnDomainRequest. setCache(Cache Cache)Set 缓存过期时间配置voidDetailDomain. setCache(Cache Cache)Set 节点缓存过期规则配置 注意:此字段可能返回 null,表示取不到有效值。voidMainlandConfig. setCache(Cache Cache)Set 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。voidOverseaConfig. setCache(Cache Cache)Set 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。voidUpdateDomainConfigRequest. setCache(Cache Cache)Set 缓存过期时间配置Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type Cache Constructor 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.
-